More files
parent
4dfd3ab71e
commit
bf6122c21c
|
@ -0,0 +1,23 @@
|
|||
<p><img src="http://www.csclub.uwaterloo.ca/logos/csc_80_35.png" align="left" />
|
||||
Copyright © 2006 Computer Science Club of the University of Waterloo.
|
||||
Redesign by
|
||||
<a href="http://beta.shiroyuki.net/" target="_blank">Juti Noppornpitak</a>.
|
||||
<br />"Modified Mac Spinner" copyrighted by
|
||||
<a href="http://solvalou.net/" target="_blank">Takashi Ohida</a> of
|
||||
<a href="http://www.qooqle.jp" target="_blank">Qooqle.jp</a></p>
|
||||
<!-- Copyright ends here! -->
|
||||
<!--<p>
|
||||
The known issues with this beta version:
|
||||
<ul>
|
||||
<li>This webpage may cause buffer overflowing. Please use with caution.</li>
|
||||
<li>It is under development. The XML parser is developed manually. So, it might
|
||||
miss some data because of its completelessness. The AJAX module is not being
|
||||
used fully yet. It will be used to link with other services in a form of web
|
||||
widget soon.</li>
|
||||
<li>"Live Feed" doesn't work sometimes due to the technical problem with Sugar
|
||||
server and it is only supported in Firefox 0.8+ or Camino 0.7+.</li>
|
||||
<li>It will not detect the browser but all of its features does compatible with
|
||||
all modern Gekko-based browsers and Microsoft Internet Explorer 7 Beta 3 (and
|
||||
some features work fine on IE 6).</li>
|
||||
</ul>
|
||||
</p>-->
|
|
@ -0,0 +1,6 @@
|
|||
<div class="header_title">
|
||||
</div>
|
||||
<div class="header_commands">
|
||||
<a onclick="webcam(1)">Set your eyes on it!</a>
|
||||
<a onclick="newsgroup(1)">Read Newsgroup</a>
|
||||
</div>
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
if(isset($_GET['read'])) {
|
||||
readfile($_GET['read']);
|
||||
} else if(isset($_GET['run'])) {
|
||||
if(file_exists($_GET['run'])) {
|
||||
require $_GET['run'];
|
||||
}
|
||||
}
|
||||
?>
|
|
@ -0,0 +1 @@
|
|||
<a onclick="content.defaultConnect()">Home</a>
|
|
@ -0,0 +1,56 @@
|
|||
/users/www/www/menu.xml
|
||||
/users/www/www/beta/getxml
|
||||
/users/www/www/docs/constitution-change-20040205.xml
|
||||
/users/www/www/docs/official.xml
|
||||
/users/www/www/docs/directory.xml
|
||||
/users/www/www/docs/execmanual.xml
|
||||
/users/www/www/docs/machine_usage_summary.xml
|
||||
/users/www/www/docs/procedure.xml
|
||||
/users/www/www/docs/editing-example1/directory.xml
|
||||
/users/www/www/docs/editing-example1/operating-systems.xml
|
||||
/users/www/www/docs/editing-example2/directory.xml
|
||||
/users/www/www/docs/editing-example2/operating-systems.xml
|
||||
/users/www/www/docs/editing-example3/directory.xml
|
||||
/users/www/www/docs/editing-example3/operating-systems.xml
|
||||
/users/www/www/docs/execmanual/sysadmin.xml
|
||||
/users/www/www/docs/execmanual/vice-president.xml
|
||||
/users/www/www/docs/execmanual/general.xml
|
||||
/users/www/www/docs/execmanual/book.xml
|
||||
/users/www/www/docs/execmanual/president.xml
|
||||
/users/www/www/docs/editing-howto.xml
|
||||
/users/www/www/docs/index.xml
|
||||
/users/www/www/docs/machine_usage.xml
|
||||
/users/www/www/docs/constitution.xml
|
||||
/users/www/www/docs/constitution-change-20020920.xml
|
||||
/users/www/www/docs/website.xml
|
||||
/users/www/www/news/directory.xml
|
||||
/users/www/www/news/index.xml
|
||||
/users/www/www/about/members.xml
|
||||
/users/www/www/about/directory.xml
|
||||
/users/www/www/about/index.xml
|
||||
/users/www/www/about/exec.xml
|
||||
/users/www/www/clubs/directory.xml
|
||||
/users/www/www/clubs/index.xml
|
||||
/users/www/www/media/directory.xml
|
||||
/users/www/www/media/index.xml
|
||||
/users/www/www/members.xml
|
||||
/users/www/www/users/directory.xml
|
||||
/users/www/www/users/index.xml
|
||||
/users/www/www/directory.xml
|
||||
/users/www/www/events/directory.xml
|
||||
/users/www/www/events/index.xml
|
||||
/users/www/www/events/old.xml
|
||||
/users/www/www/index.xml
|
||||
/users/www/www/office/webcam.xml
|
||||
/users/www/www/office/books/directory.xml
|
||||
/users/www/www/office/directory.xml
|
||||
/users/www/www/office/operating-systems.xml
|
||||
/users/www/www/office/index.xml
|
||||
/users/www/www/office/staff.xml
|
||||
/users/www/www/office/computers.xml
|
||||
/users/www/www/office/webcam-streaming.xml
|
||||
/users/www/www/office/books.xml
|
||||
/users/www/www/news.xml
|
||||
/users/www/www/footer.xml
|
||||
/users/www/www/books.xml
|
||||
/users/www/www/events.xml
|
|
@ -0,0 +1,7 @@
|
|||
2006.07.14 by Juti Noppornpitak (jnopporn@csclub.uwaterloo.ca)
|
||||
The AJAX framework officially named "Yume" has been replaced. Everything
|
||||
looks fine to me except ill-formatted XMLs.
|
||||
|
||||
2006.07.01 by Juti Noppornpitak (jnopporn@csclub.uwaterloo.ca)
|
||||
The AJAX framework used on this website will be recoded. This might cause
|
||||
some non-functional features or the temporary close of the website.
|
|
@ -0,0 +1 @@
|
|||
find /users/www/www/ | grep 'xml$' > conf/xmllist
|
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
|
@ -0,0 +1 @@
|
|||
spinner.gif -- created by Takashi Ohida of Qooqle.jp
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue