Skip to content

Commit 42e6371

Browse files
committed
v0.95
1 parent 8c3db6c commit 42e6371

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
A simple server-side JavaScript storage system using Twitter identity, running in Node.js.
5+
A simple server-side JavaScript storage system using Twitter identity, running in Node.js.
66

77

88

opml/config.opml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
<outline text="&quot;flChatEnabled&quot;: true,"></outline>
2424
<outline text="&quot;urlHomePageContent&quot;: &quot;http://1999.io/x/index.html&quot;,"></outline>
2525
<outline text="&quot;url404page&quot;: &quot;http://1999.io/error.html&quot;,"></outline>
26+
<outline isComment="true" text="&quot;where&quot;: {">
27+
<outline text="&quot;flUseLocalFilesystem&quot;: false,"></outline>
28+
<outline text="&quot;publicPath&quot;: &quot;bloatware.org/localhost/publicFiles/&quot;,"></outline>
29+
<outline text="&quot;privatePath&quot;: &quot;smallpictusers/localhost/privateFiles/&quot;"></outline>
30+
<outline text="},"></outline>
31+
</outline>
2632
<outline text="&quot;where&quot;: {">
2733
<outline text="&quot;flUseLocalFilesystem&quot;: true,"></outline>
2834
<outline text="&quot;publicPath&quot;: &quot;publicFiles/&quot;,"></outline>
@@ -41,6 +47,11 @@
4147
<outline text="},"></outline>
4248
</outline>
4349
<outline text="&quot;editors&quot;: {">
50+
<outline text="&quot;html&quot;: {">
51+
<outline text="&quot;name&quot;: &quot;HTML source edit&quot;,"></outline>
52+
<outline text="&quot;url&quot;: &quot;http://1999.io/editors/htmleditor.html&quot;"></outline>
53+
<outline text="},"></outline>
54+
</outline>
4455
<outline text="&quot;text&quot;: {">
4556
<outline text="&quot;name&quot;: &quot;Text&quot;,"></outline>
4657
<outline text="&quot;url&quot;: &quot;http://1999.io/testing/textedit.html&quot;"></outline>

opml/readme.opml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml encoding="ISO-8859-1" version="1.0"?>
1+
<?xml version="1.0" encoding="ISO-8859-1"?>
22
<opml version="2.0">
33
<head>
44
<title>readme.md</title>
@@ -13,7 +13,7 @@
1313
<body text="readme.md">
1414
<outline text="### nodeStorage"></outline>
1515
<outline text=""></outline>
16-
<outline text="A simple server-side JavaScript storage system using Twitter identity, running in Node.js."></outline>
16+
<outline text="A simple server-side JavaScript storage system using Twitter identity, running in Node.js. "></outline>
1717
<outline text=""></outline>
1818
<outline text="#### Overview">
1919
<outline text="1. Public and private data. "></outline>

0 commit comments

Comments
 (0)