# HG changeset patch # User Paul-Sebastian Manole # Date 1223482634 -10800 # Node ID 338e75cba18d4afb8fff9fc2b09c052512249456 # Parent 93744800512139ba0108e0989bf91a6190f3a3e9 Added script to pull from master mercurial repository Added a few name suggestions to doc/names.txt Minor edits. diff -r 937448005121 -r 338e75cba18d doc/lxmppd_core_stanz_dispatch.txt --- a/doc/lxmppd_core_stanz_dispatch.txt Wed Oct 08 17:06:51 2008 +0500 +++ b/doc/lxmppd_core_stanz_dispatch.txt Wed Oct 08 19:17:14 2008 +0300 @@ -24,3 +24,4 @@ function (stanza) Validates the stanza and calls the required handler + diff -r 937448005121 -r 338e75cba18d doc/names.txt --- a/doc/names.txt Wed Oct 08 17:06:51 2008 +0500 +++ b/doc/names.txt Wed Oct 08 19:17:14 2008 +0300 @@ -1,9 +1,35 @@ -lxmppd - ... -dia - Greek, 'through', pronounced "dee-ah", root of "dialogue" -metaphor - An imaginative comparison between two actions/objects etc which is not literally applicable. -minstrel - Itinerant medieval musician/singer/story teller/poet. -parody - Imitation of a poem or another poet's style for comic/satiric effect. -poesy - Archaic word for poetry. -Xinshi - Chinese poetic term which literally means 'new poetry'. +lxmppd - ... +dia - Greek, 'through', pronounced "dee-ah", root of "dialogue" +metaphor - An imaginative comparison between two actions/objects etc which is not literally applicable. +minstrel - Itinerant medieval musician/singer/story teller/poet. +parody - Imitation of a poem or another poet's style for comic/satiric effect. +poesy - Archaic word for poetry. +Xinshi - Chinese poetic term which literally means 'new poetry'. +polylogue - Many conversations -polylogue- Many conversations +Thorns thought of: + poe - Derived from "poetry" + poezie - Romanian for "poesy" and "poem" + Elain - Just a cool name + Elane - A variation + Eclaire - Idem (French) + Adel - Random + Younha - Read as "yuna" + Quezacotl - Mayan gods -> google for correct form and pronounciation + Carbuncle - FF8 Guardian Force ^^ + Protos - Mars satellite + mins - Derived from minstrel + diapoe - gr. dia + poesy/poetry + xinshi - I like it for a name just like that + loom - The first application I run on the first day of using a computer + Lory - Another name I happen to like + Loki - Nordic god of mischief, IIRC + Luna - Probably taken but I think worth mentioning + Coreo - Random thought + Miria - Also random + Lora - Idem + Kraken - :P + Nebula - . + + + diff -r 937448005121 -r 338e75cba18d pull_from_master.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pull_from_master.sh Wed Oct 08 19:17:14 2008 +0300 @@ -0,0 +1,4 @@ +#!/bin/sh +echo "Pulling from http://getjabber.ath.cx:4000/" +echo "You must have Mercurial (the hg command)" +hg pull http://getjabber.ath.cx:4000/