1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

things that happened in 2008

This commit is contained in:
psyc://psyced.org/~lynX 2009-01-26 21:12:53 +01:00
parent 8f98522570
commit 94530cc322
136 changed files with 3222 additions and 2873 deletions

View file

@ -1,9 +1,10 @@
<PSYC:TEXTDB> ## vim:syntax=html
## as yet undocumented/unfinalized: detach attach offline online
## and /set identities
### Check utf-8: Praise Atatürk!
_HTML_tail
|</td></tr></table>
|</span></td></tr></table>
_HTML_head
|<script><!--
@ -44,8 +45,7 @@ _HTML_head
|--></style>
|
|<body bgcolor="#333333" text="#cccccc" link="#669966" vlink="#ccffcc">
|<table width="80%" height="100%"><tr><td>
|
|<table width="80%" height="100%"><tr><td><span id="content">
_HTML_info_split
|<hr noshade>
@ -1004,6 +1004,15 @@ _PAGES_user_settings_changed
|Settings changed.<br />
|<a href="?username=[_username]&password=[_password]">continue</a>
_PAGES_error
|<title>error [_code]</title>
|{_HTML_head}
|
|<h1 id="code">[_code]</h1>
|<div id="comment">[_comment]</div>
|
|{_HTML_tail}
_PAGES_group_scratchpad
|<title>scratchpad for [_nick_place]@{_VAR_host}</title>
|
@ -1322,7 +1331,7 @@ _PAGES_login
| setTimeout("Plf.submit()", 1234)
|</script>
|<form name="Plf" action="examine">
|## piccolo spazio pubblicità
|## piccolo spazio pubblicità
|<input type="hidden" name="visit" value="psyced.org">
|</form>
|{_echo_login_web}
@ -1330,6 +1339,15 @@ _PAGES_login
_echo_login_web
|You are being logged in.
_PAGES_start_description_anonymous
|<title>{_MISC_server_software}: examine profile for [_nick]</title>
|<body class="Pe">
|[_HTML_photo]
|[_FORM_start]
_PAGES_end_description_anonymous
|[_FORM_end]</body>
_PAGES_start_description
|<title>{_MISC_server_software}: examine profile on {_VAR_host}</title>
|<script>
@ -1382,7 +1400,7 @@ _HTML_examine_display
_HTML_examine_buttons_start
|## SELF? whatever.. text needs to be intlized
|<p class="Peb"><a id="Pebh" href="javascript:hom()">HOME</a> &nbsp;
|<p class="Peb"><a id="Pebh" href="javascript:hom()">{_TEXT_button_home}</a> &nbsp;
_HTML_examine_buttons_end
|</p>
@ -1403,21 +1421,24 @@ _HTML_examine_friend_delete
_HTML_examine_friend_new
|&nbsp; <a id="Pebf" href="javascript:cmd('FRIEND [_nick]')">{_TEXT_button_friend_new}</a>
_HTML_examine_button_call
|&nbsp; &nbsp; <a id="Pebf" href="javascript:cmd('CALL [_nick]')">{_TEXT_button_call}</a>
_HTML_call
|<object width="[_amount_width_object]" height="[_amount_height_object]">
|<param name="movie" value="[_path_object_local]"></param>
|<param name="bgcolor" value="#cc9999" />
|<embed src="[_path_object_local]?bgcolor=#ff6666" type="application/x-shockwave-flash" width="[_amount_width_object]" height="[_amount_height_object]"></embed>
|<param name="bgcolor" value="{_MISC_color_bg_call}" />
|<embed src="[_path_object_local]?bgcolor={_MISC_color_bg_call}" type="application/x-shockwave-flash" width="[_amount_width_object]" height="[_amount_height_object]"></embed>
|</object><object width="[_amount_width_object]" height="[_amount_height_object]">
|<param name="movie" value="[_path_object]"></param>
|## <param name="bgcolor" value="#9999cc"></param>
|## <param name="bgcolor" value="{_MISC_color_bg_call}"></param>
|## <param name="user" value="[_nick]"></param>
|## <param name="expiry" value="[_time_expire]"></param>
|## <param name="role" value="[_role]"></param>
|## <param name="jack" value="[_check_call]"></param>
|## <param name="server" value="[_uniform_server_media]"></param>
|<param name="flashVars" value="bgcolor=#9999cc&user=[_nick]&expiry=[_time_expire]&role=[_role]&jack=[_check_call]&server=[_uniform_server_media]"></param>
|<embed src="[_path_object]" flashVars="bgcolor=#66ff66&user=[_nick]&expiry=[_time_expire]&role=[_role]&jack=[_check_call]&server=[_uniform_server_media]" type="application/x-shockwave-flash" width="[_amount_width_object]" height="[_amount_height_object]"></embed>
|<param name="flashVars" value="bgcolor={_MISC_color_bg_call}&user=[_nick]&expiry=[_time_expire]&role=[_role]&jack=[_check_call]&server=[_uniform_server_media]"></param>
|<embed src="[_path_object]" flashVars="bgcolor={_MISC_color_bg_call}&user=[_nick]&expiry=[_time_expire]&role=[_role]&jack=[_check_call]&server=[_uniform_server_media]" type="application/x-shockwave-flash" width="[_amount_width_object]" height="[_amount_height_object]"></embed>
|</object>
_HTML_call_OLD
@ -1429,20 +1450,37 @@ _HTML_call_OLD
|<embed src="[_path_object]?ns0Name=(0)&stream=([_nick])[_time_expire][_role][_check_call]&url=[_uniform_server_media]" type="application/x-shockwave-flash" width="[_amount_width_object]" height="[_amount_height_object]"></embed>
|</object>
_list_description_each_item_NOTES
|## this currently produces a <table>. alice suggests something like
|<div><p class='var' style='display:block;float:left;width:200px'>var</p><p class='value' style='display:block;float:left;width:400px;'>value</p><br class='cleaner' style='clear:both'></div>
|## maybe like this? (with css accordingly)
|<div id="[_key]"><span class="ldpek">[_name_key]</span><span class="ldpev">[_value]</span></div>
|## or stick to the old table..?
|<tr id="[_key]"><td>[_name_key]</td><td>[_value]</td></tr>
|## do we want to do ._meth #ldpek { ... } in the css?
|<tr id="[_key]"><td class="ldpek">[_name_key]</td><td class="ldpev">[_value]</td></tr>
_list_description_each_item
|<span id="[_key]"><span class="ldpek">[_name_key]</span> <span class="ldpev">[_value]</span><br></span>
_list_description_each
|## would be nice to have <tr id='_meth'> so we can do
|## ._meth #ldpek { ... } in the css, but that requires a
|## switch to psyctext at least when rendering to html.. maybe someday..
|<tr><td class="ldpek">%s</td><td class="ldpev">%s</td></tr>
_list_description_image
|<img class="ldpi" src="data:[_type_image];base64,[_image_base64]">
_list_description_on
|<div class="ldp">
|<div class="ldpc">{_TEXT_description_nick}</div>
_list_description_off
|</div>
_list_description_on_table
|<table class="ldp" border=0>
|<tr class="ldpc"><th colspan=2>{_TEXT_description_nick}:</th></tr>
_list_description_off
_list_description_off_table
|</table>
_echo_execute_web

View file

@ -1,4 +1,5 @@
<PSYC:TEXTDB> ## vim:syntax=mail
## Check utf-8: Praise Atatürk!
_status_AREYOUNUTS
|:[_source_hack] NOTICE [_nick_me] :[_data]
@ -122,6 +123,9 @@ _request_version
_error_unknown_name_user
|#401 [_nick_me] [_nick_target] :{_error_unknown_name_user}
_error_necessary_membership
|#403 [_nick_me] #[_nick_place] :{_error_necessary_membership}
_error_status_place_matches
|## das lassen wir weg, weil manche clients unbedingt den join nochmal
|## abschicken wollen
@ -142,6 +146,19 @@ _message_private
_message_public
|:[_source_hack] PRIVMSG #[_nick_place] :[_data]
_message_echo_private
|## let's see how clients deal with messages to a remote target echoed back
|## it will probably not look good, but the clients need to fix that really
|:[_source_hack] PRIVMSG [_nick_target] :[_data]
|## oh, ircII is pretty cool about this. it shows:
|## -source:target- message
_message_echo_private_NOT
|## without this format, "You tell.. " is generated
|## this is how BNC sends it instead:
|:[_source_hack] PRIVMSG [_nick_me] :<- <[_nick_me]> [_data]
|## which is just like _message_private with an extra that isn't tamper-proof
_message_echo_public
|:[_source_hack] PRIVMSG #[_nick_place] :[_data]
@ -290,6 +307,9 @@ _failure_unsupported_ping
|## yes, this is a pong also...
|:[_source_hack] NOTICE [_nick_me] :%PING [_time_ping]%
_info_server_version
|:[_host_server] 351 [_nick_me] [_version].[_degree_debug] [_host_server] :[_version_server] using [_version_driver] available from [_page_server_software]
_status_version
|:[_source_hack] NOTICE [_nick_me] :%VERSION [_version_description] ([_version])%
@ -312,9 +332,16 @@ _status_place_members
|#353 [_nick_me] = #[_nick_place] :[_members]
_status_place_topic
|## #332 [_nick_me] #[_nick_place] :{_status_place_topic}
|## traditional IRC would be to leave out the _nick here
|#332 [_nick_me] #[_nick_place] :[_topic] ([_nick])
|## modern IRC is to send a semi-official 333 code
|## this entry is unused. the following two are used instead:
_status_place_topic_only
|#332 [_nick_me] #[_nick_place] :[_topic]
_status_place_topic_author
|#333 [_nick_me] #[_nick_place] [_nick] [_INTERNAL_time_topic] :{_status_place_topic_author}
_status_place_topic_none
|#331 [_nick_me] :{_status_place_topic_none}

View file

@ -1,4 +1,5 @@
<PSYC:TEXTDB> ## vim:syntax=mail
## Check utf-8: Praise Atatürk!
_message_public
|## people out there just *hate* the actions

View file

@ -1,4 +1,5 @@
<PSYC:TEXTDB> ## vim:syntax=mail
## Check utf-8: Praise Atatürk!
_MISC_character_command
|## since several clients started catching / commands..
@ -59,7 +60,7 @@ _request_execute_topic
_request_leave
|<presence from='[_INTERNAL_source_jabber]' to='[_INTERNAL_target_jabber_bare]/[_nick]' type='unavailable' id='[_tag]'><x xmlns='http://jabber.org/protocol/muc'/></presence>
_request_examine_vCard
_request_description_vCard
|<iq from='[_INTERNAL_source_jabber]' to='[_INTERNAL_target_jabber_bare]' type='get' id='[_tag]'><vCard xmlns='vcard-temp'/></iq>
_request_status_person
@ -188,7 +189,7 @@ _message_public_action
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me [_action]</body></message>
_message_public_magnify
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>« [_data] »</body></message>
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>« [_data] »</body></message>
_message_public_whisper
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me whispers to [_nick_target]: [_data]</body></message>
@ -206,7 +207,7 @@ _message_public_text_action
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>[_data]</body></message>
_message_public_action_magnify
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me [_action] «««</body></message>
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me [_action] «««</body></message>
_message_public_action_possessive
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me 's [_action_possessive]</body></message>
@ -215,7 +216,7 @@ _message_public_action_reduce
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me {_TEXT_action_does} {_TEXT_something}.</body></message>
_message_public_question_magnify
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me {_TEXT_action_asks} « [_data] »</body></message>
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me {_TEXT_action_asks} « [_data] »</body></message>
_message_public_question_reduce
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me {_TEXT_action_asks} {_TEXT_something}.</body></message>
@ -224,7 +225,7 @@ _message_private_action
|<message from='[_INTERNAL_source_jabber]' to='[_INTERNAL_target_jabber]' type='chat'><body>/me [_action]</body></message>
_message_private_magnify
|<message from='[_INTERNAL_source_jabber]' to='[_INTERNAL_target_jabber]' type='chat'><body>« [_data] »</body></message>
|<message from='[_INTERNAL_source_jabber]' to='[_INTERNAL_target_jabber]' type='chat'><body>« [_data] »</body></message>
_message_private_reduce
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me {_TEXT_tells} {_TEXT_dir} {_TEXT_something}.</body></message>
@ -247,7 +248,7 @@ _message_private_ask_reduce
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me {_TEXT_asks} {_TEXT_dich} {_TEXT_something}.</body></message>
_message_private_action_magnify
|<message from='[_INTERNAL_source_jabber]' to='[_INTERNAL_target_jabber]' type='chat'><body>/me [_action] «««</body></message>
|<message from='[_INTERNAL_source_jabber]' to='[_INTERNAL_target_jabber]' type='chat'><body>/me [_action] «««</body></message>
_message_private_action_reduce
|<message to='[_INTERNAL_target_jabber]' type='groupchat' from='[_INTERNAL_source_jabber]'><body>/me {_TEXT_action_does} {_TEXT_something}.</body></message>
@ -404,8 +405,14 @@ _notice_presence_absent
_notice_person_absent_netburp
|<presence to='[_INTERNAL_target_jabber]' from='[_INTERNAL_source_jabber]'><show>xa</show><status>{_notice_person_absent_netburp}</status></presence>
_request_call
|<message from='[_INTERNAL_source_jabber_bare]' to='[_INTERNAL_target_jabber]' type='headline'><body>{_VAR_method}</body><x xmlns='jabber:iq:oob'><url>[_page_call]</url></x></message>
_notice_answer_call_link
|<message from='[_INTERNAL_source_jabber_bare]' to='[_INTERNAL_target_jabber]' type='headline'><body>{_VAR_method}</body><x xmlns='jabber:iq:oob'><url>[_page_call]</url></x></message>
_notice_headline_news
|<message from='[_INTERNAL_source_jabber_bare]' to='[_INTERNAL_target_jabber]' type='headline'><body></body><x xmlns='jabber:iq:oob'><url>[_page_news]</url></x></message>
|<message from='[_INTERNAL_source_jabber_bare]' to='[_INTERNAL_target_jabber]' type='headline'><body>{_VAR_method}</body><x xmlns='jabber:iq:oob'><url>[_page_news]</url></x></message>
_echo_notice_friendship_established
|<presence to='[_INTERNAL_target_jabber_bare]' from='[_INTERNAL_source_jabber_bare]' type='subscribed'/><presence to='[_INTERNAL_target_jabber_bare]' from='[_INTERNAL_source_jabber]'/>

View file

@ -1,4 +1,5 @@
<PSYC:TEXTDB> ## vim:syntax=mail
## Check utf-8: Praise Atatürk!
_message
|[_nick] sends you: [_data]
@ -18,6 +19,9 @@ _prefix
_URL_help
|http://help.pages.de
_URL_project
|http://www.psyced.org
_MISC_color
|{_MISC_color_text}
@ -246,6 +250,9 @@ _TEXT_time_age
_TEXT_time_alive
|Last time alive
_TEXT_address_zone_time
|Time zone
_TEXT_contact_telephone
|Telephone
@ -335,6 +342,12 @@ _TEXT_action_away
_TEXT_action_does
|does
_TEXT_button_home
|HOME
_TEXT_button_call
|PHONE CALL
_TEXT_button_friend_new
|MAKE FRIENDSHIP
@ -519,6 +532,30 @@ _request_description_vCard
_request_friendship_implied
|## no output
_request_call_link
|[_nick] would like to speak to you. Use [_page_call] to answer the call.
_echo_call
|Phone conversation request issued to [_nick_target].
_warning_usage_call
|Usage: /call <person>
_notice_answer_call
|Your request has been accepted.
_notice_answer_call_link
|Your request has been accepted. Use [_page_call] to start the phone call.
_notice_answer_call_click
|Your phone call request has been clicked upon.
_notice_reject_call_click
|Your phone call request has been rejected.
_notice_reject_call
|Your phone call request has been rejected.
_notice_requested_status_person
|[_source] is checking your presence.
@ -531,6 +568,9 @@ _status_place_nick_local
_status_place_nick_local_none
|You aren't masquerading yet. What are you waiting for?
_error_necessary_membership
|You need to enter [_nick_place] first.
_error_place_silent_configuration_topic
|This room is not for talking. [_topic]
@ -606,9 +646,12 @@ _failure_unavailable_service_version
_failure_unavailable_service_description
|Requesting description of [_nick_target] is not possible.
_failure_invalid_route
|Invalid route to [_target_relay] detected in [_context_relay]'s context.
_failure_unsupported_function_root
|[_nick] does not provide [_method_relay].
|Are you sure you want to talk to me?
|## Are you sure you want to talk to me?
_failure_unsupported_function_whisper
|Routing private messages through groupchat managers is dangerous to your privacy and therefore disallowed. Please communicate with the person directly.
@ -647,6 +690,9 @@ _message_friends
_message_echo_private
|You tell [_nick_target]: [_data]
_message_echo_private_annotate
|Notice to [_nick_target]: [_data]
_message_echo_public
|You say: [_data]
@ -666,7 +712,7 @@ _message_echo_public_text_action
|[_nick] [_action]: [_data]
_message_echo_public_text_action_magnify
|««« {_message_echo_private_text_action} »»»
|««« {_message_echo_private_text_action} »»»
_message_echo_public_text_action_reduce
|[_nick] [_action] {_TEXT_something}.
@ -690,7 +736,7 @@ _message_public_action
|[_nick] [_action].
_message_public_magnify
|««« {_message_public} »»»
|««« {_message_public} »»»
_message_public_important
|===> {_message_public}
@ -726,7 +772,7 @@ _message_public_other_action_possessive
|In [_nick_place]: [_nick]'s [_action_possessive].
_message_public_action_magnify
|««« {_message_public_action} »»»
|««« {_message_public_action} »»»
_message_public_action_important
|===> {_message_public_action}
@ -738,7 +784,7 @@ _message_public_action_reduce
|[_nick] {_TEXT_action_does} {_TEXT_something}.
_message_public_question_magnify
|««« {_message_public_question} »»»
|««« {_message_public_question} »»»
_message_public_question_pending
|{_TEXT_pending} [_nick] {_TEXT_action_asks}: [_data]
@ -768,7 +814,7 @@ _message_private_action
|[_nick] [_action].
_message_private_magnify
|««« {_message_private} »»»
|««« {_message_private} »»»
_message_private_reduce
|[_nick] {_TEXT_action_tells} you {_TEXT_something}.
@ -780,7 +826,7 @@ _message_private_ask
|[_nick] {_TEXT_action_asks} you: [_data]
_message_private_ask_magnify
|««« {_message_private_ask} »»»
|««« {_message_private_ask} »»»
_message_private_ask_reduce
|[_nick] {_TEXT_action_asks} you {_TEXT_something}.
@ -789,7 +835,7 @@ _message_private_text_action
|[_nick] [_action]: [_data]
_message_private_action_magnify
|««« {_message_private_action} »»»
|««« {_message_private_action} »»»
_message_private_action_reduce
|[_nick] does {_TEXT_something} to you.
@ -798,7 +844,7 @@ _echo_wake
|Trying to wake [_nick_target].
_notice_login
|Welcome on the [_name_network] network, [_nick]. ([_page_network])
|Welcome on [_name_network], [_source].
_request_attention_wake
|[_nick] seeks your attention. WAKE[_beep]UP!
@ -827,6 +873,12 @@ _notice_logon_last
_notice_place_leave
|[_nick] leaves [_nick_place].
_notice_examine_web_person
|[_nick] inspected on [_web_on] coming from [_web_from].
_notice_examine_web_place
|[_nick_place] inspected on [_web_on] coming from [_web_from].
_notice_place_examine_web
|[_nick_place] inspected on [_web_on] coming from [_web_from].
@ -1252,7 +1304,7 @@ _notice_authentication
|Yes, that's me!
_notice_processing_authentication
|Wait a minute, I have to ask somebody.
|Proof of [_source]'s identity is delayed.
_notice_unlink
|[_location] unlinked from [_identification].
@ -1375,6 +1427,9 @@ _notice_friendship_removed_implied
_status_place_identification
|PSYC Identification of [_nick_place]: [_identification]
_status_place_topic
|Topic by [_nick]: [_topic]
_status_place_topic_none
|No topic is set in [_nick_place].
@ -1382,6 +1437,10 @@ _status_place_topic_official
|## Announcement:
|[_topic]
_status_place_topic_author
|## Only appears on IRC access
|Topic set by [_nick] at [_time_place].
_status_description_time
|[_nick] has been alive about [_time_idle] ago.

View file

@ -1,4 +1,5 @@
<PSYC:TEXTDB> ## vim:syntax=mail
## Check utf-8: Praise Atatürk!
_message
|MESSAGE sip:[_nick_target]@[_host_target] SIP/2.0

View file

@ -6,6 +6,7 @@
##|
##|vorsicht: die chat-dienste funktionieren mit WinWAP nicht,
##| da dieser HTTP nicht korrekt implementiert.
### Check utf-8: Praise Atatürk!
_error_invalid_agent_HTML
|<title>wap2psyc gateway</title>