You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Rowell is a pure front-end web UI for you-know-which bbs. The web terminal relies on pybbs developed by Henryhu as back-end data exchange interface, and
6
6
Bootstrap from Twitter as the front-end framework.
7
7
8
-
Rowell is still being developed and has released its 0.2.2 version, which supports the following functionals:
8
+
Rowell is still being developed and has released its 0.2.3 version, which supports the following functionals:
9
9
10
10
* Login/logout with session cookies.
11
11
@@ -15,7 +15,7 @@ Rowell is still being developed and has released its 0.2.2 version, which suppor
15
15
16
16
* Post reading and navigations.
17
17
18
-
* Writing new posts in normal mode, reply posts in S/R/N/A modes. Anonymous posting is not supported yet, random qmd is not supported yet.
18
+
* Writing new posts in normal mode, reply posts in S/R/N/A modes. Anonymous posting and random qmd are supported.
19
19
20
20
21
21
##How to Use it
@@ -26,9 +26,7 @@ You can now try our alpha version at:
26
26
27
27
Later we will try to set a build on the department internal servers. However since it is pure front-end, you can simply checkout all codes, and open index.html as a local webpage in your browser, or build it anywhere that supports HTTP service. Note that if Rowell is opened locally, it will be unable to save cookies and therefore cannot hold your login informations.
28
28
29
-
Rowell has been tested on Firefox 8+ and Chrome 19+ browsers. However, since Rowell greatly uses CORS, ajax and other techniques in developing, it may fail on elder versions of Firefox and Chrome, and may fail for unknown problem on IE. We will keep improving your experience on all browsers by efforts on compatibility, but we claim that
30
-
31
-
WE WILL NEVER BE RESPONSIBLE FOR IE USERS!!!
29
+
Rowell has been tested on Firefox 8+ and Chrome 19+ browsers. IE is not recommended for browsing, and we are sorry for this incompatibility.
32
30
33
31
##Development Plan
34
32
@@ -38,13 +36,25 @@ WE WILL NEVER BE RESPONSIBLE FOR IE USERS!!!
38
36
39
37
* Simple ASCII art interpreter.
40
38
41
-
* Random qmd and anonymous posting.
42
-
43
39
* Personal information viewing, searching and editing.
44
40
45
41
* Favboards management.
46
42
47
43
##Change Logs
44
+
####Version 0.2.3
45
+
Release date: 07/26/2012
46
+
47
+
Cumulative update. Various modifications and new functions.
48
+
49
+
* A expandible hotkey management system is added to Rowell, with several hotkeys added: left and right arrow keys for prev/next, p and r for writing and replying posts, ctrl+Enter and esc for quick publishing and cancelling posts being written.
50
+
51
+
* Anonymous posting is now supported on anonymous-available boards. It will automatically detects the availability of anonymous posting.
52
+
53
+
* Random qmd is now supported, Default qmd settings(number or random) will be stored.
54
+
55
+
* Several UI adjustments: top sub-navigation bars are added. Margins and positions are adjusted.
0 commit comments