Changeset 20
- Timestamp:
- 01/20/06 18:23:48 (3 years ago)
- Files:
-
- trunk/agree.pl (modified) (1 diff)
- trunk/doc-markup-samples/debug.html (added)
- trunk/doc-markup-samples/gplv3-draft-1.html (added)
- trunk/doc-markup-samples/gplv3-draft-1.xml (added)
- trunk/email.html (modified) (1 diff)
- trunk/README (added)
- trunk/rtNoAuth/changeshownugly.html (copied) (copied from trunk/rtNoAuth/changeshown.html)
- trunk/trac-test.py (deleted)
- trunk/various-experiments/trac-test.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/agree.pl
r14 r20 43 43 $opn = param('opn'); 44 44 45 do "xmlpass.pl"; 46 45 47 if (($name, $pass) = split(/:/, decode_base64(cookie('__ac')))) { 46 48 $name =~ s/\"//g; 47 49 $server = Frontier::Client->new(url => 'http://', 48 username => "",49 password => "");50 username => $username, 51 password => $password); 50 52 51 53 trunk/email.html
r14 r20 1 1 <html> 2 2 <head> 3 <title> how to email your comments on the gplv3</title>3 <title>read GPLv3 comments: </title> 4 4 <link rel="stylesheet" type="text/css" href="/comments/stet.css"/> 5 5 </head>