Skip to content

Commit 1581b37

Browse files
committed
Final doc changes for 1.0 release.
1 parent 0573e0b commit 1581b37

File tree

5 files changed

+28
-9
lines changed

5 files changed

+28
-9
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ STROPHE_MIN = strophe.min.js
1515
PLUGIN_FILES = $(PLUGIN_DIR)/strophe.pubsub.js $(PLUGIN_DIR)/strophe.flxhr.js
1616
PLUGIN_FILES_MIN = $(PLUGIN_FILES:.js=.min.js)
1717

18-
DIST_FILES = LICENSE README contrib examples plugins tests doc \
18+
DIST_FILES = LICENSE.txt README.txt contrib examples plugins tests doc \
1919
$(STROPHE) $(STROPHE_MIN)
2020

2121
VERSION = $(shell if [ -f version.txt ]; then cat version.txt; else VERSION=`git rev-list HEAD -n1`; echo $${VERSION:0:7}; fi)

README

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

README.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Strophe.js is a JavaScript library for speaking XMPP via BOSH (XEP 124
2+
and 206). It is licensed under the MIT license, except for the files
3+
base64.js and md5.js, which are licensed as public domain and
4+
BSD (see these files for details).
5+
6+
It has been tested on Firefox 1.5, 2.x, and 3.x, IE 6, 7, and 8, Safari, Mobile
7+
Safari, Chrome, and it should also work on the mobile Opera browser as
8+
well as the desktop Opera browser.
9+
10+
The homepage for Strophe is http://code.stanziq.com/strophe.
11+
12+
The book Professional XMPP Programming with JavaScript and jQuery is
13+
also available, which covers Strophe in detail in the context of web
14+
applications. You can find more information at
15+
http://professionalxmpp.com.

release_checklist.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# -*- mode: org -*-
2+
3+
* Release Checklist
4+
*** Make sure all tests pass
5+
*** Decide on version number
6+
*** Tag code with version (release-VERSION)
7+
*** Create version.txt with version
8+
*** Run make release
9+
*** Upload zip file and tarball to server (/strophe/strophejs/releases/)
10+
*** Upload documentation to server (/strophe/strophejs/doc/VERSION/)
11+
*** Update wiki
12+
*** Tell the world

0 commit comments

Comments
 (0)