[dw-free] remove <LJDEP> info
[commit: http://hg.dwscoalition.org/dw-free/rev/1f7f4d76eca2]
http://bugs.dwscoalition.org/show_bug.cgi?id=1399
Clean-up.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1399
Clean-up.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- bin/dumpsql.pl
- bin/ljmaint.pl
- bin/qbufferd.pl
- bin/renameuser.pl
- bin/statserv.pl
- cgi-bin/ljdefaults.pl
- cgi-bin/talklib.pl
- htdocs/admin/capedit.bml
- htdocs/admin/dupkiller.bml
- htdocs/admin/faq/faqedit.bml
- htdocs/admin/faq/index.bml
- htdocs/admin/faq/readcat.bml
- htdocs/admin/fileedit/index.bml
- htdocs/admin/priv/index.bml
- htdocs/allpics.bml
- htdocs/birthdays.bml
- htdocs/changeemail.bml
- htdocs/changepassword.bml
- htdocs/community/index.bml
- htdocs/community/join.bml
- htdocs/community/leave.bml
- htdocs/community/random.bml
- htdocs/community/search.bml
- htdocs/delcomment.bml
- htdocs/directorysearch.bml
- htdocs/editjournal.bml
- htdocs/editpics.bml
- htdocs/export.bml
- htdocs/export_comments.bml
- htdocs/export_do.bml
- htdocs/interests.bml
- htdocs/login.bml
- htdocs/lostinfo.bml
- htdocs/manage/circle/add.bml
- htdocs/manage/circle/editfilters.bml
- htdocs/manage/circle/filter.bml
- htdocs/manage/circle/index.bml
- htdocs/moodlist.bml
- htdocs/multisearch.bml
- htdocs/poll/create.bml
- htdocs/poll/index.bml
- htdocs/portal/alter.bml
- htdocs/portal/box.bml
- htdocs/portal/index.bml
- htdocs/portal/moz.bml
- htdocs/random.bml
- htdocs/support/act.bml
- htdocs/support/append_request.bml
- htdocs/support/changenotify.bml
- htdocs/support/faq.bml
- htdocs/support/faqbrowse.bml
- htdocs/support/faqpop.bml
- htdocs/support/help.bml
- htdocs/support/highscores.bml
- htdocs/talkmulti.bml
- htdocs/talkpost.bml
- htdocs/talkpost_do.bml
- htdocs/tools/memories.bml
- htdocs/tools/tellafriend.bml
- htdocs/tools/textmessage.bml
- htdocs/translate/edit.bml
- htdocs/update.bml
-------------------------------------------------------------------------------- diff -r 4e1815c6a5ca -r 1f7f4d76eca2 bin/dumpsql.pl --- a/bin/dumpsql.pl Mon Jul 20 12:47:16 2009 -0500 +++ b/bin/dumpsql.pl Mon Jul 20 18:06:52 2009 +0000 @@ -1,8 +1,5 @@ #!/usr/bin/perl # -# <LJDEP> -# lib: cgi-bin/ljlib.pl -# </LJDEP> use strict; require "$ENV{'LJHOME'}/cgi-bin/ljlib.pl"; diff -r 4e1815c6a5ca -r 1f7f4d76eca2 bin/ljmaint.pl --- a/bin/ljmaint.pl Mon Jul 20 12:47:16 2009 -0500 +++ b/bin/ljmaint.pl Mon Jul 20 18:06:52 2009 +0000 @@ -1,9 +1,5 @@ #!/usr/bin/perl # -# <LJDEP> -# lib: Fcntl::, cgi-bin/ljlib.pl -# file: bin/maint/taskinfo.txt, bin/maint/taskinfo-local.txt -# </LJDEP> use strict; use vars qw(%maint %maintinfo $VERBOSE); diff -r 4e1815c6a5ca -r 1f7f4d76eca2 bin/qbufferd.pl --- a/bin/qbufferd.pl Mon Jul 20 12:47:16 2009 -0500 +++ b/bin/qbufferd.pl Mon Jul 20 18:06:52 2009 +0000 @@ -1,8 +1,5 @@ #!/usr/bin/perl # -# <LJDEP> -# lib: Proc::ProcessTable, cgi-bin/ljlib.pl -# </LJDEP> use strict; use Getopt::Long diff -r 4e1815c6a5ca -r 1f7f4d76eca2 bin/renameuser.pl --- a/bin/renameuser.pl Mon Jul 20 12:47:16 2009 -0500 +++ b/bin/renameuser.pl Mon Jul 20 18:06:52 2009 +0000 @@ -1,8 +1,5 @@ #!/usr/bin/perl # -# <LJDEP> -# lib: cgi-bin/ljlib.pl -# </LJDEP> use strict; use Getopt::Long; diff -r 4e1815c6a5ca -r 1f7f4d76eca2 bin/statserv.pl --- a/bin/statserv.pl Mon Jul 20 12:47:16 2009 -0500 +++ b/bin/statserv.pl Mon Jul 20 18:06:52 2009 +0000 @@ -2,10 +2,7 @@ # LiveJournal statistics server. Sits on a UDP port and journals # information on the incoming hit rate, manages site bans, etc. # Loosely based on the ljrpcd code to save typing ;) -# <LJDEP> -# lib: IO::Socket Proc::ProcessTable IO::Handle DBI # -# </LJDEP> use strict; use IO::Socket; diff -r 4e1815c6a5ca -r 1f7f4d76eca2 cgi-bin/ljdefaults.pl --- a/cgi-bin/ljdefaults.pl Mon Jul 20 12:47:16 2009 -0500 +++ b/cgi-bin/ljdefaults.pl Mon Jul 20 18:06:52 2009 +0000 @@ -409,8 +409,4 @@ $LJ::MAX_DIR_SEARCH_RESULTS ||= 2000; } -# no dependencies. -# <LJDEP> -# </LJDEP> - return 1; diff -r 4e1815c6a5ca -r 1f7f4d76eca2 cgi-bin/talklib.pl --- a/cgi-bin/talklib.pl Mon Jul 20 12:47:16 2009 -0500 +++ b/cgi-bin/talklib.pl Mon Jul 20 18:06:52 2009 +0000 @@ -1,11 +1,5 @@ #!/usr/bin/perl # -# <LJDEP> -# link: htdocs/userinfo.bml, htdocs/go.bml, htdocs/tools/memadd.bml, htdocs/editjournal.bml -# link: htdocs/tools/tellafriend.bml -# img: htdocs/img/silk/entry/previous.png, htdocs/img/silk/entry/memories_add.png, htdocs/img/silk/entry/edit.png -# img: htdocs/img/silk/entry/next.png, htdocs/img/btn_tellafriend.gif -# </LJDEP> use strict; package LJ::Talk; diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/admin/capedit.bml --- a/htdocs/admin/capedit.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/admin/capedit.bml Mon Jul 20 18:06:52 2009 +0000 @@ -103,8 +103,4 @@ return "Unknown mode."; -_code?><?_c <LJDEP> -lib: cgi-bin/ljlib.pl -form: htdocs/admin/capedit.bml -post: htdocs/admin/capedit.bml -</LJDEP _c?> +_code?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/admin/dupkiller.bml --- a/htdocs/admin/dupkiller.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/admin/dupkiller.bml Mon Jul 20 18:06:52 2009 +0000 @@ -116,8 +116,4 @@ } -_code?><?_c <LJDEP> -lib: cgi-bin/ljlib.pl -form: htdocs/admin/capedit.bml -post: htdocs/admin/capedit.bml -</LJDEP _c?> +_code?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/admin/faq/faqedit.bml --- a/htdocs/admin/faq/faqedit.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/admin/faq/faqedit.bml Mon Jul 20 18:06:52 2009 +0000 @@ -298,7 +298,4 @@ _code?> _code?> <=body -page?><?_c <LJDEP> -lib: cgi-bin/ljlib.pl -post: htdocs/admin/faq/faqedit_do.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/admin/faq/index.bml --- a/htdocs/admin/faq/index.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/admin/faq/index.bml Mon Jul 20 18:06:52 2009 +0000 @@ -78,7 +78,4 @@ _code?> _code?> <=body -page?><?_c <LJDEP> -lib: cgi-bin/ljlib.pl -link: htdocs/admin/faq/readcat.bml, htdocs/admin/faq/faqedit.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/admin/faq/readcat.bml --- a/htdocs/admin/faq/readcat.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/admin/faq/readcat.bml Mon Jul 20 18:06:52 2009 +0000 @@ -71,7 +71,4 @@ _code?> _code?> <=body -page?><?_c <LJDEP> -lib: cgi-bin/ljlib.pl -link: htdocs/admin/faq/index.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/admin/fileedit/index.bml --- a/htdocs/admin/fileedit/index.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/admin/fileedit/index.bml Mon Jul 20 18:06:52 2009 +0000 @@ -150,8 +150,4 @@ return "unknown mode"; -_code?><?_c <LJDEP> -lib: cgi-bin/ljlib.pl -form: htdocs/admin/fileedit/index.bml -post: htdocs/admin/fileedit/index.bml -</LJDEP> _c?> +_code?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/admin/priv/index.bml --- a/htdocs/admin/priv/index.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/admin/priv/index.bml Mon Jul 20 18:06:52 2009 +0000 @@ -333,8 +333,3 @@ _code?> _code?> </body> </html> -<?_c <LJDEP> -lib: cgi-bin/ljlib.pl -link: htdocs/admin/priv/index.bml -post: htdocs/admin/priv/index.bml -</LJDEP _c?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/allpics.bml --- a/htdocs/allpics.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/allpics.bml Mon Jul 20 18:06:52 2009 +0000 @@ -269,6 +269,4 @@ title=><?_code return $title; _code?> title=><?_code return $title; _code?> head=><?_code return $head; _code?> body=><?_code return $body; _code?> -page?><?_c <LJDEP> -link: htdocs/editpics.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/birthdays.bml --- a/htdocs/birthdays.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/birthdays.bml Mon Jul 20 18:06:52 2009 +0000 @@ -65,7 +65,4 @@ body<= } _code?> <=body -page?><?_c <LJDEP> -link: htdocs/login.bml -</LJDEP> _c?> - +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/changeemail.bml --- a/htdocs/changeemail.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/changeemail.bml Mon Jul 20 18:06:52 2009 +0000 @@ -203,8 +203,4 @@ body<= } _code?> <=body - page?><?_c <LJDEP> -post: htdocs/changepassword.bml -lib: Digest::MD5 -hook: post_changepassword - </LJDEP> _c?> + page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/changepassword.bml --- a/htdocs/changepassword.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/changepassword.bml Mon Jul 20 18:06:52 2009 +0000 @@ -203,8 +203,4 @@ body<= return $body; _code?> <=body -page?><?_c <LJDEP> -post: htdocs/changepassword.bml -lib: Digest::MD5 -hook: post_changepassword -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/community/index.bml --- a/htdocs/community/index.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/community/index.bml Mon Jul 20 18:06:52 2009 +0000 @@ -6,7 +6,4 @@ body<= return BML::ml('.main2', {'aopts' => "href='$LJ::SITEROOT/community/create.bml'", 'sitename' => $LJ::SITENAMESHORT}); _code?> <=body -page?><?_c <LJDEP> -# NONE -</LJDEP> _c?> - +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/community/join.bml --- a/htdocs/community/join.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/community/join.bml Mon Jul 20 18:06:52 2009 +0000 @@ -160,7 +160,4 @@ _code?> _code?> <=body -page?><?_c <LJDEP> -link: htdocs/login.bml, htdocs/userinfo.bml -post: htdocs/community/join.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/community/leave.bml --- a/htdocs/community/leave.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/community/leave.bml Mon Jul 20 18:06:52 2009 +0000 @@ -88,8 +88,4 @@ _code?><?page _code?><?page title=><?_code return $title; _code?> body=><?_code return $body; _code?> -page?><?_c <LJDEP> -link: htdocs/login.bml, htdocs/userinfo.bml -post: htdocs/community/leave.bml -</LJDEP> _c?> - +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/community/random.bml --- a/htdocs/community/random.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/community/random.bml Mon Jul 20 18:06:52 2009 +0000 @@ -9,6 +9,4 @@ } _code?><?_info noheaders=>1 -_info?><?_c <LJDEP> -link: htdocs/users -</LJDEP> _c?> +_info?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/community/search.bml --- a/htdocs/community/search.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/community/search.bml Mon Jul 20 18:06:52 2009 +0000 @@ -145,6 +145,3 @@ bar?> <=body page?> -<?_c <LJDEP> -form: htdocs/directory.bml -</LJDEP> _c?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/delcomment.bml --- a/htdocs/delcomment.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/delcomment.bml Mon Jul 20 18:06:52 2009 +0000 @@ -176,7 +176,4 @@ _code?><?page _code?><?page title=><?_ml .title _ml?> body=><?_code return $body; _code?> -page?><?_c <LJDEP> -link: htdocs/manage/comments/index.bml -post: htdocs/delcomment.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/directorysearch.bml --- a/htdocs/directorysearch.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/directorysearch.bml Mon Jul 20 18:06:52 2009 +0000 @@ -194,6 +194,4 @@ bar?> </center> <=body -page?><?_c <LJDEP> -form: htdocs/directory.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/editjournal.bml --- a/htdocs/editjournal.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/editjournal.bml Mon Jul 20 18:06:52 2009 +0000 @@ -629,8 +629,4 @@ _code?> <=head -page?><?_c <LJDEP> -post: htdocs/editjournal.bml -link: htdocs/lostinfo.bml -</LJDEP> _c?> - +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/editpics.bml --- a/htdocs/editpics.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/editpics.bml Mon Jul 20 18:06:52 2009 +0000 @@ -1015,7 +1015,4 @@ _code?><?page head=><?_code return $head; _code?> title=><?_code return $title; _code?> body=><?_code return $body; _code?> - page?><?_c <LJDEP> -link: htdocs/login.bml, htdocs/allpics.bml -post: htdocs/editpics.bml - </LJDEP> _c?> + page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/export.bml --- a/htdocs/export.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/export.bml Mon Jul 20 18:06:52 2009 +0000 @@ -106,6 +106,4 @@ HTMLBLOCK } _code?> <=body -page?><?_c <LJDEP> -post: htdocs/export_do.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/export_comments.bml --- a/htdocs/export_comments.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/export_comments.bml Mon Jul 20 18:06:52 2009 +0000 @@ -162,5 +162,4 @@ # all done $r->print("</livejournal>\n"); } -_code?><?_c <LJDEP> -</LJDEP> _c?> +_code?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/export_do.bml --- a/htdocs/export_do.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/export_do.bml Mon Jul 20 18:06:52 2009 +0000 @@ -199,5 +199,4 @@ } -_code?><?_c <LJDEP> -</LJDEP> _c?> +_code?> \ No newline at end of file diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/interests.bml --- a/htdocs/interests.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/interests.bml Mon Jul 20 18:06:52 2009 +0000 @@ -547,8 +547,4 @@ body<= } _code?> <=body -page?><?_c <LJDEP> -link: htdocs/interests.bml, htdocs/manage/profile/index.bml -post: htdocs/interests.bml -form: htdocs/interests.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/login.bml --- a/htdocs/login.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/login.bml Mon Jul 20 18:06:52 2009 +0000 @@ -406,8 +406,4 @@ head<= <=head title=><?_code return $title; _code?> body=><?_code return $body; _code?> -page?><?_c <LJDEP> -hook: post_login login_formopts -link: htdocs/login.bml, htdocs/users, htdocs/create.bml, htdocs/lostinfo.bml -post: htdocs/login.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/lostinfo.bml --- a/htdocs/lostinfo.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/lostinfo.bml Mon Jul 20 18:06:52 2009 +0000 @@ -249,6 +249,4 @@ body<= } _code?> <=body -page?><?_c <LJDEP> -post: htdocs/lostinfo.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/manage/circle/add.bml --- a/htdocs/manage/circle/add.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/manage/circle/add.bml Mon Jul 20 18:06:52 2009 +0000 @@ -476,8 +476,4 @@ head<= <?_code return $_[1]->{'head'}; _code?> <=head body=><?_code return $body; _code?> -page?><?_c <LJDEP> -link: htdocs/login.bml, htdocs/create.bml, htdocs/manage/circle/edit.bml, htdocs/users -img: htdocs/img/dot.gif -post: htdocs/manage/circle/add.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/manage/circle/editfilters.bml --- a/htdocs/manage/circle/editfilters.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/manage/circle/editfilters.bml Mon Jul 20 18:06:52 2009 +0000 @@ -453,7 +453,4 @@ _code?><?page _code?><?page title=><?_code return $title; _code?> body=><?_code return $body; _code?> -page?><?_c <LJDEP> -link: htdocs/login.bml -post: htdocs/manage/circle/editfilters.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/manage/circle/filter.bml --- a/htdocs/manage/circle/filter.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/manage/circle/filter.bml Mon Jul 20 18:06:52 2009 +0000 @@ -87,7 +87,4 @@ _code?><?page _code?><?page title=><?_code return $title; _code?> body=><?_code return $body; _code?> -page?><?_c <LJDEP> -link: htdocs/users, htdocs/manage/circle/editfilters.bml -post: htdocs/manage/circle/filter.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/manage/circle/index.bml --- a/htdocs/manage/circle/index.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/manage/circle/index.bml Mon Jul 20 18:06:52 2009 +0000 @@ -44,7 +44,4 @@ _code?> <li><?_ml .security.custom _ml?></li> </ul> <=body -page?><?_c <LJDEP> -link: htdocs/manage/circle/edit.bml, htdocs/manage/circle/editfilters.bml -link: htdocs/manage/circle/filter.bml, htdocs/download/index.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/moodlist.bml --- a/htdocs/moodlist.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/moodlist.bml Mon Jul 20 18:06:52 2009 +0000 @@ -297,7 +297,4 @@ _code?> _code?> <=body -page?><?_c <LJDEP> -form: htdocs/moodlist.bml -link: htdocs/customize/ -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/multisearch.bml --- a/htdocs/multisearch.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/multisearch.bml Mon Jul 20 18:06:52 2009 +0000 @@ -257,9 +257,4 @@ _code?><?page _code?><?page title=><?_code return $title; _code?> body=><?_code return $body; _code?> -page?><?_c <LJDEP> -link: htdocs/talkread.bml, htdocs/allpics.bml, htdocs/userinfo.bml, htdocs/random.bml -link: htdocs/interests.bml, htdocs/directorysearch.bml, htdocs/directory.bml -hook: multisearch_custom_search_redirect -</LJDEP> _c?> - +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/poll/create.bml --- a/htdocs/poll/create.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/poll/create.bml Mon Jul 20 18:06:52 2009 +0000 @@ -728,11 +728,4 @@ _code?><?page title=><?_code return $title; _code?> body=><?_code return $body; _code?> -page?><?_c -<LJDEP> -lib: LJ::img, cgi-bin/htmlcontrols.pl, cgi-bin/ljpoll.pl -link: htdocs/support/faqbrowse.bml, htdocs/login.bml -img: img::btn_up, img::btn_down, img::btn_del -post: htdocs/poll/create.bml, htdocs/update.bml -</LJDEP> -_c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/poll/index.bml --- a/htdocs/poll/index.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/poll/index.bml Mon Jul 20 18:06:52 2009 +0000 @@ -113,8 +113,4 @@ _code?><?page _code?><?page title=><?_code return $title; _code?> body=><?_code return $body; _code?> -page?><?_c <LJDEP> -lib: cgi-bin/ljlib.pl, cgi-bin/cleanhtml.pl -link: htdocs/poll/index.bml, htdocs/talkread.bml, htdocs/support/faqbrowse.bml, htdocs/poll/create.bml -</LJDEP> _c?> - +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/portal/alter.bml --- a/htdocs/portal/alter.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/portal/alter.bml Mon Jul 20 18:06:52 2009 +0000 @@ -126,7 +126,4 @@ _code?><?page _code?><?page title=><?_code return $title; _code?> body=><?_code return $body; _code?> -page?><?_c <LJDEP> -link: htdocs/portal/moz.bml, htdocs/portal/index.bml -post: htdocs/portal/alter.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/portal/box.bml --- a/htdocs/portal/box.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/portal/box.bml Mon Jul 20 18:06:52 2009 +0000 @@ -17,5 +17,4 @@ return "<html><head>$head<title>$title</title><body marginwidth=0 marginheight=0 $bodyopts><base target=_content>$body</body></html>"; -_code?><?_c <LJDEP> -</LJDEP> _c?> +_code?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/portal/index.bml --- a/htdocs/portal/index.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/portal/index.bml Mon Jul 20 18:06:52 2009 +0000 @@ -356,5 +356,4 @@ _code?> <=head bodyopts=><?_code return $bodyopts; _code?> body=><?_code return $body; _code?> - page?><?_c <LJDEP> - </LJDEP> _c?> + page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/portal/moz.bml --- a/htdocs/portal/moz.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/portal/moz.bml Mon Jul 20 18:06:52 2009 +0000 @@ -17,6 +17,4 @@ return "<html><head>$head<title>$title</title><body marginwidth=2 marginheight=2 $bodyopts><base target=_content><center><font size=-1><a href=\"$LJ::SITEROOT/\">$LJ::SITENAME</a><br>(<a target=_self href=\"javascript:location.reload(true)\">Reload</a> | <a href=\"$LJ::SITEROOT/portal/alter.bml?op=a\">Add Box</a>)</font><br>$body</body></html>"; -_code?><?_c <LJDEP> -link: htdocs/index.bml, htdocs/portal/alter.bml -</LJDEP> _c?> +_code?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/random.bml --- a/htdocs/random.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/random.bml Mon Jul 20 18:06:52 2009 +0000 @@ -9,6 +9,4 @@ } _code?><?_info noheaders=>1 -_info?><?_c <LJDEP> -link: htdocs/users -</LJDEP> _c?> +_info?> \ No newline at end of file diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/support/act.bml --- a/htdocs/support/act.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/support/act.bml Mon Jul 20 18:06:52 2009 +0000 @@ -165,6 +165,4 @@ _code?> _code?> <=body -page?><?_c <LJDEP> -link: htdocs/support/see_request.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/support/append_request.bml --- a/htdocs/support/append_request.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/support/append_request.bml Mon Jul 20 18:06:52 2009 +0000 @@ -339,7 +339,4 @@ _code?> <?_code return BML::ml('.back.support2', {'aopts' => "href='$LJ::SITEROOT/support/'"}); _code?> <=body -page?><?_c <LJDEP> -link: htdocs/login.bml, htdocs/support/see_request.bml, htdocs/support/help.bml -link: htdocs/support/index.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/support/changenotify.bml --- a/htdocs/support/changenotify.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/support/changenotify.bml Mon Jul 20 18:06:52 2009 +0000 @@ -102,7 +102,4 @@ _code?> _code?> <=body -page?><?_c <LJDEP> -link: htdocs/login.bml -post: htdocs/support/changenotify.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/support/faq.bml --- a/htdocs/support/faq.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/support/faq.bml Mon Jul 20 18:06:52 2009 +0000 @@ -112,6 +112,4 @@ _code?> _code?> <=body -page?><?_c <LJDEP> -link: htdocs/support/faqbrowse.bml, htdocs/support/index.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/support/faqbrowse.bml --- a/htdocs/support/faqbrowse.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/support/faqbrowse.bml Mon Jul 20 18:06:52 2009 +0000 @@ -279,6 +279,4 @@ _code?> _code?> <=body title=><?_code return $_[1]->{'title'}; _code?> -page?><?_c <LJDEP> -link: htdocs/support/index.bml, htdocs/support/faq.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/support/faqpop.bml --- a/htdocs/support/faqpop.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/support/faqpop.bml Mon Jul 20 18:06:52 2009 +0000 @@ -44,6 +44,4 @@ _code?> _code?> <=body -page?><?_c <LJDEP> -link: htdocs/support/faqbrowse.bml, htdocs/support/index.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/support/help.bml --- a/htdocs/support/help.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/support/help.bml Mon Jul 20 18:06:52 2009 +0000 @@ -366,8 +366,4 @@ _code?> _code?> <=body -page?><?_c <LJDEP> -link: htdocs/support/help.bml, htdocs/support/see_request.bml -link: htdocs/support/index.bml -form: htdocs/support/help.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/support/highscores.bml --- a/htdocs/support/highscores.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/support/highscores.bml Mon Jul 20 18:06:52 2009 +0000 @@ -105,6 +105,4 @@ _code?> _code?> <=body -page?><?_c <LJDEP> -link: htdocs/admin/priv/index.bml, htdocs/support/index.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/talkmulti.bml --- a/htdocs/talkmulti.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/talkmulti.bml Mon Jul 20 18:06:52 2009 +0000 @@ -106,5 +106,4 @@ _code?> <?page title=><?_code return $title; _code?> body=><?_code return $body; _code?> -page?><?_c <LJDEP> -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/talkpost.bml --- a/htdocs/talkpost.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/talkpost.bml Mon Jul 20 18:06:52 2009 +0000 @@ -409,8 +409,4 @@ head<= <?_code return (! $LJ::REQ_HEAD_HAS{'chalresp_js'}++) ? $LJ::COMMON_CODE{'chalresp_js'} : ""; _code?> <=head windowtitle=><?_ml /talkpost.bml.title _ml?> -page?><?_c <LJDEP> -post: htdocs/talkpost_do.bml -link: htdocs/talkread.bml, htdocs/allpics.bml, htdocs/create.bml -</LJDEP> _c?> - +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/talkpost_do.bml --- a/htdocs/talkpost_do.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/talkpost_do.bml Mon Jul 20 18:06:52 2009 +0000 @@ -272,8 +272,4 @@ head<= head<= <?_code return (! $LJ::REQ_HEAD_HAS{'chalresp_js'}++) ? $LJ::COMMON_CODE{'chalresp_js'} : ""; _code?> <=head -page?><?_c <LJDEP> -lib: LJ::SpellCheck -link: htdocs/lostinfo.bml, htdocs/userinfo.bml, htdocs/talkread.bml -post: htdocs/talkpost_do.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/tools/memories.bml --- a/htdocs/tools/memories.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/tools/memories.bml Mon Jul 20 18:06:52 2009 +0000 @@ -290,7 +290,4 @@ body<= body<= <?_code return $body; _code?> <=body -page?><?_c <LJDEP> -link: htdocs/tools/memories.bml, htdocs/tools/memadd.bml, htdocs/talkread.bml -form: htdocs/tools/memories.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/tools/tellafriend.bml --- a/htdocs/tools/tellafriend.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/tools/tellafriend.bml Mon Jul 20 18:06:52 2009 +0000 @@ -217,8 +217,4 @@ _code?><?page _code?><?page title=><?_code return $title; _code?> body=><?_code return $body; _code?> -page?><?_c <LJDEP> -lib: cgi-bin/emailcheck.pl -link: htdocs/login.bml, htdocs/lostinfo.bml, htdocs/users, htdocs/talkread.bml -form: htdocs/tools/tellafriend.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/tools/textmessage.bml --- a/htdocs/tools/textmessage.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/tools/textmessage.bml Mon Jul 20 18:06:52 2009 +0000 @@ -149,9 +149,4 @@ body<= } _code?> <=body -page?><?_c <LJDEP> -lib: LJ::TextMessage -link: htdocs/login.bml, htdocs/support/faqbrowse.bml -form: htdocs/tools/textmessage.bml -post: htdocs/tools/textmessage.bml -</LJDEP> _c?> +page?> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/translate/edit.bml --- a/htdocs/translate/edit.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/translate/edit.bml Mon Jul 20 18:06:52 2009 +0000 @@ -11,6 +11,4 @@ <frame name="main" src="welcome.bml"> </frameset> -</html><!-- <LJDEP> -link: htdocs/translate/searchform.bml, htdocs/translate/welcome.bml, htdocs/translate/search.bml -</LJDEP> --> +</html> diff -r 4e1815c6a5ca -r 1f7f4d76eca2 htdocs/update.bml --- a/htdocs/update.bml Mon Jul 20 12:47:16 2009 -0500 +++ b/htdocs/update.bml Mon Jul 20 18:06:52 2009 +0000 @@ -617,11 +617,4 @@ _code?> _code?> <=head -page?><?_c <LJDEP> -lib: LJ::SpellCheck -link: htdocs/users, htdocs/download/index.bml, htdocs/moodlist.bml -link: htdocs/update.bml, htdocs/lostinfo.bml, htdocs/support/faqbrowse.bml -link: htdocs/allpics.bml -post: htdocs/update.bml -</LJDEP> _c?> - +page?> --------------------------------------------------------------------------------
no subject
no subject