Skip to content

Commit f633c4f

Browse files
committed
Merge remote-tracking branch 'origin/master' into Fox-Working
2 parents c82692f + d25d386 commit f633c4f

File tree

4 files changed

+24
-33
lines changed

4 files changed

+24
-33
lines changed

Doc/Themes.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,22 @@ and Dark:
99
![][dark]
1010
![][darkEdit]
1111

12-
to flip between them, simple change the following line in `/OpenNote/Config.php`
12+
to flip between them, simple change the following line in `index.html`
1313
```php
14-
public static $theme = "dark"; //Default: light; //"dark" also available
14+
<!-- Theme -->
15+
<link rel="stylesheet" type="text/css" href="openNote/style/invert/light/intojs.css">
16+
<link rel="stylesheet" type="text/css" href="openNote/style/invert/light/alertify.css">
17+
<link rel="stylesheet" type="text/css" href="openNote/style/invert/light/style.css">
18+
```
19+
to
20+
```php
21+
<!-- Theme -->
22+
<link rel="stylesheet" type="text/css" href="openNote/style/invert/dark/intojs.css">
23+
<link rel="stylesheet" type="text/css" href="openNote/style/invert/dark/alertify.css">
24+
<link rel="stylesheet" type="text/css" href="openNote/style/invert/dark/style.css">
1525
```
1626

1727
[light]: https://raw.github.com/FoxUSA/OpenNote/master/Doc/screenShots/topLevel.png
1828
[dark]: https://raw.github.com/FoxUSA/OpenNote/master/Doc/screenShots/dark1.png
1929
[lightEdit]: https://raw.github.com/FoxUSA/OpenNote/master/Doc/screenShots/seedsEdit.png
20-
[darkEdit]: https://raw.github.com/FoxUSA/OpenNote/master/Doc/screenShots/dark2.png
30+
[darkEdit]: https://raw.github.com/FoxUSA/OpenNote/master/Doc/screenShots/dark2.png

Doc/Upgrade.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# How to upgrade
2-
###MYSql
2+
###MySQL
33
- Make sure you make a copy of you database and the OpenNote directory
44
- Run `Service/model/sql/updateScript/` scripts to roll the database up to current specs.
55
- You will copy need to copy the upload directory contents into the new upload direcory in `Service/upload`.
6+
- You will also need to put int you database information in the new config `Service/Config.php`
67

78
###SQLite
8-
Same as the MYSql. You may need to slightly modify the sql upload script to be compatible with sqlite.
9+
Same as the MySQL. You may need to slightly modify the sql upload script to be compatible with sqlite.

License.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
OpenNote [![Build Status](https://travis-ci.org/FoxUSA/OpenNote.png?branch=master)](https://travis-ci.org/FoxUSA/OpenNote)
22
=============
3-
In a post 9/11 world of mass digital survailence, there is only one way to keep yor digital information safe.
4-
In the United States, you do not have have 5th admentment rights if you entrust you information to a third party.
3+
In a post 9/11 world of mass digital survailence, there is only one way to keep your digital information safe.
4+
In the United States, you do not have have 5th amendment rights if you entrust you information to a third party.
55

6-
The fix is to take personal responsability and host apps data yourself.
6+
The fix is to take personal responsibility and host applications yourself.
77

88
OpenNote was built to be a open source(MIT License), web based alternative to Microsoft OneNote (T) or EverNote.
99
It is designed to be self hosted and gives you ownership of your data.
@@ -18,6 +18,11 @@ Thank you!
1818
[Download most resent release from here.][Download]
1919

2020

21+
Demo
22+
-------
23+
http://stardrive.us/OpenNote/
24+
25+
2126
![][topLevel]
2227
Features
2328
--------
@@ -50,10 +55,6 @@ Please do not re-submit issues for these features. Instead, how about a donation
5055

5156
- Out of box PostgreSQL support. PDO connector support PostgreSQL.
5257

53-
Demo
54-
-------
55-
http://stardrive.us/OpenNote/
56-
5758
Documentation
5859
-----------------
5960
[How to install][Install]

0 commit comments

Comments
 (0)