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
+18-21Lines changed: 18 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
-
#Rowell v0.2.1
1
+
#Rowell
2
2
3
3
##Introduction
4
4
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.1 version, which supports the following functionals:
8
+
Rowell is still being developed and has released its 0.2.2 version, which supports the following functionals:
9
9
10
10
* Login/logout with session cookies.
11
11
12
-
* All boards listing and fav boards listing (sub-folders in favBoard are not supported yet).
12
+
* All boards listing and fav boards listing, including subfolders.
13
13
14
-
* Posts listing in boards and many navigation buttons.
14
+
* Posts listing in boards and various navigations.
15
15
16
16
* Post reading and navigations.
17
17
@@ -34,35 +34,32 @@ WE WILL NEVER BE RESPONSIBLE FOR IE USERS!!!
34
34
35
35
* Unread tags clearing.
36
36
37
-
* Displaying posts in monospaced font. (done in v0.2.1)
38
-
39
-
* "First Page" and "Last Page" buttons in viewing boards. (done in v0.2.1)
40
-
41
-
* Same topic navigation buttons in viewing posts.
37
+
* Configuration system.
42
38
43
-
*Notification system for info, warning and errors.(done in v0.1.2)
39
+
*Simple ASCII art interpreter.
44
40
45
-
*CORS support when http error occurs, remove "retry" args in current functions, use the status code to detect error instead.(done in v0.1.2)
41
+
*Random qmd and anonymous posting.
46
42
47
-
*Simple version of writing and replying posts.(done in v0.2.0)
43
+
*Personal information viewing, searching and editing.
48
44
49
-
*Add Google Analysis code. (done in v0.1.2)
45
+
*Favboards management.
50
46
51
-
* Use a minimum height for post-displaying area, so that the next and prev button stay at a fixed position for most of the short articles. (done in v0.1.2)
47
+
##Change Logs
52
48
53
-
* Subfolder support in favBoard list. Path structure needs to be rewritten.
49
+
####Version 0.2.2
50
+
Release date: 07/02/2012
54
51
55
-
* Configuration system.
52
+
Cumulative update. Various modifications and new functional on UI.
56
53
57
-
*Simple ASCII art interpreter.
54
+
*A completely new, robust and easy-expandible path structure is now working, with subfolder displaying and visiting supported.
58
55
59
-
*Random qmd and anonymous posting.
56
+
*Four types of same-topic navigating are supported: prev, next, head and latest posts in threads.
60
57
61
-
*Personal information viewing, searching and editing.
58
+
*Loading logo is added when a request hangs over 500ms.
62
59
63
-
*Favboards management.
60
+
*A confirm window will popup when user tries to close the posting window in any way.
64
61
65
-
##Change Logs
62
+
* Other minor modifications including bug fixing, modification for consistence to pybbs (Chinese board names), and UI adjustments (unread column is now widened).
0 commit comments