diff -Nru birl-1.6+201109/birl.desktop.in birl-1.6+20110927/birl.desktop.in --- birl-1.6+201109/birl.desktop.in 1970-01-01 00:00:00.000000000 +0000 +++ birl-1.6+20110927/birl.desktop.in 2011-09-27 05:50:08.000000000 +0000 @@ -0,0 +1,12 @@ + +[Desktop Entry] +Version=1.0 +Name=Birl锐捷 +Name[zh_CN]=birl.desktop +Comment=Birl is RuiJieClient For Linux +Comment[zh_CN]=Ubuntu下好用的锐捷图形认证客户端 +Type=Application +Terminal=false +Exec=gksu birl +Icon=${DATA_INSTALL_DIR}/birl/internet.png +Categories=Network; diff -Nru birl-1.6+201109/CMakeLists.txt birl-1.6+20110927/CMakeLists.txt --- birl-1.6+201109/CMakeLists.txt 2011-09-26 14:29:24.000000000 +0000 +++ birl-1.6+20110927/CMakeLists.txt 2011-09-27 05:48:13.000000000 +0000 @@ -37,6 +37,10 @@ install(FILES ${birl_DATAFILE} DESTINATION ${DATA_INSTALL_DIR}/birl/) +configure_file(./birl.desktop.in ${CMAKE_CURRENT_BINARY_DIR}/birl.desktop) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/birl.desktop DESTINATION ${DESKTOP_INSTALL_DIR}) + + # compile option switch option(NLS "Native language support" ON) diff -Nru birl-1.6+201109/debian/birl.install birl-1.6+20110927/debian/birl.install --- birl-1.6+201109/debian/birl.install 1970-01-01 00:00:00.000000000 +0000 +++ birl-1.6+20110927/debian/birl.install 2011-09-27 05:54:55.000000000 +0000 @@ -0,0 +1 @@ +usr/* diff -Nru birl-1.6+201109/debian/birl-suid.postinst birl-1.6+20110927/debian/birl-suid.postinst --- birl-1.6+201109/debian/birl-suid.postinst 2011-09-26 15:38:28.000000000 +0000 +++ birl-1.6+20110927/debian/birl-suid.postinst 2011-09-27 05:58:05.000000000 +0000 @@ -1,2 +1,4 @@ #!/bin/sh -chmod +s /usr/bin/birl +if [ -f /usr/bin/birl ]; then + chmod +s /usr/bin/birl +fi diff -Nru birl-1.6+201109/debian/birl-suid.postrm birl-1.6+20110927/debian/birl-suid.postrm --- birl-1.6+201109/debian/birl-suid.postrm 2011-09-26 15:38:40.000000000 +0000 +++ birl-1.6+20110927/debian/birl-suid.postrm 2011-09-27 05:58:55.000000000 +0000 @@ -1,2 +1,4 @@ #!/bin/sh -chmod -s /usr/bin/birl +if [ -f /usr/bin/birl ]; then + chmod -s /usr/bin/birl +fi diff -Nru birl-1.6+201109/debian/changelog birl-1.6+20110927/debian/changelog --- birl-1.6+201109/debian/changelog 2011-09-26 15:40:52.000000000 +0000 +++ birl-1.6+20110927/debian/changelog 2011-09-27 05:52:46.000000000 +0000 @@ -1,4 +1,4 @@ -birl (1.6+201109-2) oneiric; urgency=low +birl (1.6+20110927-1) oneiric; urgency=low * Initial release (Closes: #nnnn) diff -Nru birl-1.6+201109/debian/docs birl-1.6+20110927/debian/docs --- birl-1.6+201109/debian/docs 2011-09-26 13:53:06.000000000 +0000 +++ birl-1.6+20110927/debian/docs 2011-09-27 06:01:26.000000000 +0000 @@ -0,0 +1,2 @@ +Help +README diff -Nru birl-1.6+201109/.git/COMMIT_EDITMSG birl-1.6+20110927/.git/COMMIT_EDITMSG --- birl-1.6+201109/.git/COMMIT_EDITMSG 1970-01-01 00:00:00.000000000 +0000 +++ birl-1.6+20110927/.git/COMMIT_EDITMSG 2011-09-27 05:44:08.000000000 +0000 @@ -0,0 +1 @@ +delete some unused files diff -Nru birl-1.6+201109/.git/config birl-1.6+20110927/.git/config --- birl-1.6+201109/.git/config 2011-06-15 04:01:20.000000000 +0000 +++ birl-1.6+20110927/.git/config 2011-09-27 05:30:54.000000000 +0000 @@ -5,7 +5,7 @@ logallrefupdates = true [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* - url = /home/git/newbirl/ + url = git@github.com:JessonChan/Birl.git [branch "master"] remote = origin merge = refs/heads/master diff -Nru birl-1.6+201109/.git/hooks/commit-msg.sample birl-1.6+20110927/.git/hooks/commit-msg.sample --- birl-1.6+201109/.git/hooks/commit-msg.sample 2011-06-15 04:01:16.000000000 +0000 +++ birl-1.6+20110927/.git/hooks/commit-msg.sample 2011-09-27 05:30:32.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # An example hook script to check the commit log message. -# Called by git-commit with one argument, the name of the file +# Called by "git commit" with one argument, the name of the file # that has the commit message. The hook should exit with non-zero # status after issuing an appropriate message if it wants to stop the # commit. The hook is allowed to edit the commit message file. diff -Nru birl-1.6+201109/.git/hooks/post-update.sample birl-1.6+20110927/.git/hooks/post-update.sample --- birl-1.6+201109/.git/hooks/post-update.sample 2011-06-15 04:01:16.000000000 +0000 +++ birl-1.6+20110927/.git/hooks/post-update.sample 2011-09-27 05:30:32.000000000 +0000 @@ -5,4 +5,4 @@ # # To enable this hook, rename this file to "post-update". -exec git-update-server-info +exec git update-server-info diff -Nru birl-1.6+201109/.git/hooks/pre-commit.sample birl-1.6+20110927/.git/hooks/pre-commit.sample --- birl-1.6+201109/.git/hooks/pre-commit.sample 2011-06-15 04:01:16.000000000 +0000 +++ birl-1.6+20110927/.git/hooks/pre-commit.sample 2011-09-27 05:30:32.000000000 +0000 @@ -1,13 +1,13 @@ #!/bin/sh # # An example hook script to verify what is about to be committed. -# Called by git-commit with no arguments. The hook should +# Called by "git commit" with no arguments. The hook should # exit with non-zero status after issuing an appropriate message if # it wants to stop the commit. # # To enable this hook, rename this file to "pre-commit". -if git-rev-parse --verify HEAD >/dev/null 2>&1 +if git rev-parse --verify HEAD >/dev/null 2>&1 then against=HEAD else diff -Nru birl-1.6+201109/.git/hooks/prepare-commit-msg.sample birl-1.6+20110927/.git/hooks/prepare-commit-msg.sample --- birl-1.6+201109/.git/hooks/prepare-commit-msg.sample 2011-06-15 04:01:16.000000000 +0000 +++ birl-1.6+20110927/.git/hooks/prepare-commit-msg.sample 2011-09-27 05:30:32.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # An example hook script to prepare the commit log message. -# Called by git-commit with the name of the file that has the +# Called by "git commit" with the name of the file that has the # commit message, followed by the description of the commit # message's source. The hook's purpose is to edit the commit # message file. If the hook fails with a non-zero status, @@ -22,10 +22,10 @@ case "$2,$3" in merge,) - perl -i.bak -ne 's/^/# /, s/^# #/#/ if /^Conflicts/ .. /#/; print' "$1" ;; + /usr/bin/perl -i.bak -ne 's/^/# /, s/^# #/#/ if /^Conflicts/ .. /#/; print' "$1" ;; # ,|template,) -# perl -i.bak -pe ' +# /usr/bin/perl -i.bak -pe ' # print "\n" . `git diff --cached --name-status -r` # if /^#/ && $first++ == 0' "$1" ;; diff -Nru birl-1.6+201109/.git/hooks/pre-rebase.sample birl-1.6+20110927/.git/hooks/pre-rebase.sample --- birl-1.6+201109/.git/hooks/pre-rebase.sample 2011-06-15 04:01:16.000000000 +0000 +++ birl-1.6+20110927/.git/hooks/pre-rebase.sample 2011-09-27 05:30:32.000000000 +0000 @@ -2,7 +2,7 @@ # # Copyright (c) 2006, 2008 Junio C Hamano # -# The "pre-rebase" hook is run just before "git-rebase" starts doing +# The "pre-rebase" hook is run just before "git rebase" starts doing # its job, and can prevent the command from running by exiting with # non-zero status. # @@ -43,7 +43,7 @@ } # Is topic fully merged to master? -not_in_master=`git-rev-list --pretty=oneline ^master "$topic"` +not_in_master=`git rev-list --pretty=oneline ^master "$topic"` if test -z "$not_in_master" then echo >&2 "$topic is fully merged to master; better remove it." @@ -51,11 +51,11 @@ fi # Is topic ever merged to next? If so you should not be rebasing it. -only_next_1=`git-rev-list ^master "^$topic" ${publish} | sort` -only_next_2=`git-rev-list ^master ${publish} | sort` +only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` +only_next_2=`git rev-list ^master ${publish} | sort` if test "$only_next_1" = "$only_next_2" then - not_in_topic=`git-rev-list "^$topic" master` + not_in_topic=`git rev-list "^$topic" master` if test -z "$not_in_topic" then echo >&2 "$topic is already up-to-date with master" @@ -64,8 +64,8 @@ exit 0 fi else - not_in_next=`git-rev-list --pretty=oneline ^${publish} "$topic"` - perl -e ' + not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` + /usr/bin/perl -e ' my $topic = $ARGV[0]; my $msg = "* $topic has commits already merged to public branch:\n"; my (%not_in_next) = map { @@ -90,6 +90,7 @@ exit 0 +<<\DOC_END ################################################################ This sample hook safeguards topic branches that have been @@ -157,13 +158,15 @@ To compute (1): - git-rev-list ^master ^topic next - git-rev-list ^master next + git rev-list ^master ^topic next + git rev-list ^master next if these match, topic has not merged in next at all. To compute (2): - git-rev-list master..topic + git rev-list master..topic if this is empty, it is fully merged to "master". + +DOC_END diff -Nru birl-1.6+201109/.git/hooks/update.sample birl-1.6+20110927/.git/hooks/update.sample --- birl-1.6+201109/.git/hooks/update.sample 2011-06-15 04:01:16.000000000 +0000 +++ birl-1.6+20110927/.git/hooks/update.sample 2011-09-27 05:30:32.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # An example hook script to blocks unannotated tags from entering. -# Called by git-receive-pack with arguments: refname sha1-old sha1-new +# Called by "git receive-pack" with arguments: refname sha1-old sha1-new # # To enable this hook, rename this file to "update". # @@ -64,7 +64,7 @@ if [ "$newrev" = "$zero" ]; then newrev_type=delete else - newrev_type=$(git-cat-file -t $newrev) + newrev_type=$(git cat-file -t $newrev) fi case "$refname","$newrev_type" in Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/index and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/index differ diff -Nru birl-1.6+201109/.git/info/exclude birl-1.6+20110927/.git/info/exclude --- birl-1.6+201109/.git/info/exclude 2011-06-15 04:01:16.000000000 +0000 +++ birl-1.6+20110927/.git/info/exclude 2011-09-27 05:30:32.000000000 +0000 @@ -1,4 +1,4 @@ -# git-ls-files --others --exclude-from=.git/info/exclude +# git ls-files --others --exclude-from=.git/info/exclude # Lines that start with '#' are comments. # For a project mostly in C, the following would be a good set of # exclude patterns (uncomment them if you want to use them): diff -Nru birl-1.6+201109/.git/logs/HEAD birl-1.6+20110927/.git/logs/HEAD --- birl-1.6+201109/.git/logs/HEAD 2011-06-15 04:01:20.000000000 +0000 +++ birl-1.6+20110927/.git/logs/HEAD 2011-09-27 05:44:08.000000000 +0000 @@ -1 +1,3 @@ -0000000000000000000000000000000000000000 469430cd11e19ca0d150e356e125e369c096b24e JessonChan 1308110481 +0800 clone: from /home/git/newbirl/ +0000000000000000000000000000000000000000 4cb4445a8e8e970693892e4e6425b64aed22d198 YunQiang Su 1317101454 +0800 clone: from git@github.com:JessonChan/Birl.git +4cb4445a8e8e970693892e4e6425b64aed22d198 d152e5949d4cfa7b57105de98f0c564b80f6bb24 YunQiang Su 1317101884 +0800 commit: new commit, cmake +d152e5949d4cfa7b57105de98f0c564b80f6bb24 93767e952feceb279ba8f75dfc4530289bb35e61 YunQiang Su 1317102248 +0800 commit: delete some unused files diff -Nru birl-1.6+201109/.git/logs/refs/heads/master birl-1.6+20110927/.git/logs/refs/heads/master --- birl-1.6+201109/.git/logs/refs/heads/master 2011-06-15 04:01:20.000000000 +0000 +++ birl-1.6+20110927/.git/logs/refs/heads/master 2011-09-27 05:44:08.000000000 +0000 @@ -1 +1,3 @@ -0000000000000000000000000000000000000000 469430cd11e19ca0d150e356e125e369c096b24e JessonChan 1308110481 +0800 clone: from /home/git/newbirl/ +0000000000000000000000000000000000000000 4cb4445a8e8e970693892e4e6425b64aed22d198 YunQiang Su 1317101454 +0800 clone: from git@github.com:JessonChan/Birl.git +4cb4445a8e8e970693892e4e6425b64aed22d198 d152e5949d4cfa7b57105de98f0c564b80f6bb24 YunQiang Su 1317101884 +0800 commit: new commit, cmake +d152e5949d4cfa7b57105de98f0c564b80f6bb24 93767e952feceb279ba8f75dfc4530289bb35e61 YunQiang Su 1317102248 +0800 commit: delete some unused files diff -Nru birl-1.6+201109/.git/logs/refs/remotes/origin/master birl-1.6+20110927/.git/logs/refs/remotes/origin/master --- birl-1.6+201109/.git/logs/refs/remotes/origin/master 1970-01-01 00:00:00.000000000 +0000 +++ birl-1.6+20110927/.git/logs/refs/remotes/origin/master 2011-09-27 05:44:18.000000000 +0000 @@ -0,0 +1,2 @@ +4cb4445a8e8e970693892e4e6425b64aed22d198 d152e5949d4cfa7b57105de98f0c564b80f6bb24 YunQiang Su 1317101894 +0800 update by push +d152e5949d4cfa7b57105de98f0c564b80f6bb24 93767e952feceb279ba8f75dfc4530289bb35e61 YunQiang Su 1317102258 +0800 update by push Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/16/3aaf8d82b6c54f23c45f32895dbdfdcc27b047 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/16/3aaf8d82b6c54f23c45f32895dbdfdcc27b047 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/24/34d8d683bee965014807fc289375368ffb6870 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/24/34d8d683bee965014807fc289375368ffb6870 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/42/d0ab035b15d354e52529498ec4a8db4f2357ff and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/42/d0ab035b15d354e52529498ec4a8db4f2357ff differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/45/a4fb75db864000d01701c0f7a51864bd4daabf and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/45/a4fb75db864000d01701c0f7a51864bd4daabf differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/55/5f89c61bee94b974cc702b00a8db05668bec86 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/55/5f89c61bee94b974cc702b00a8db05668bec86 differ diff -Nru birl-1.6+201109/.git/objects/6c/e26e3add3d04f90420e1c6d508d8e8492aa551 birl-1.6+20110927/.git/objects/6c/e26e3add3d04f90420e1c6d508d8e8492aa551 --- birl-1.6+201109/.git/objects/6c/e26e3add3d04f90420e1c6d508d8e8492aa551 1970-01-01 00:00:00.000000000 +0000 +++ birl-1.6+20110927/.git/objects/6c/e26e3add3d04f90420e1c6d508d8e8492aa551 2011-09-27 05:37:40.000000000 +0000 @@ -0,0 +1 @@ +xͽ0agK\@E OL c!'I9VBw~TxXebx1MQpe6“%ź@ƒ%?ex|7{4#';75T_d-jQ q- \ No newline at end of file Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/6f/bd7a7288eb1ae1e0c541f89c27166a06715130 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/6f/bd7a7288eb1ae1e0c541f89c27166a06715130 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/7d/f8dc9e8000dfe1920430c1b53c26e3a2952947 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/7d/f8dc9e8000dfe1920430c1b53c26e3a2952947 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/87/f14852dcffd4b5a48702f28e3bd084356a9d07 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/87/f14852dcffd4b5a48702f28e3bd084356a9d07 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/91/b36eb62cd6a56b0eb689d9cde9e0f28955e334 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/91/b36eb62cd6a56b0eb689d9cde9e0f28955e334 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/93/767e952feceb279ba8f75dfc4530289bb35e61 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/93/767e952feceb279ba8f75dfc4530289bb35e61 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/95/d4e0ed6c4b72e2d93cfc777802168a7488cc9c and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/95/d4e0ed6c4b72e2d93cfc777802168a7488cc9c differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/a6/7b49126bf6f8b61231dbef1519d11b68eba43d and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/a6/7b49126bf6f8b61231dbef1519d11b68eba43d differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/b4/10259cdde42644df8a329612c8ef7eaed90295 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/b4/10259cdde42644df8a329612c8ef7eaed90295 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/ba/94dd3a006cff08725219e0494d8db13d2d5383 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/ba/94dd3a006cff08725219e0494d8db13d2d5383 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/c9/e7e9458dbafec216c0484d4ee06659021ef0d8 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/c9/e7e9458dbafec216c0484d4ee06659021ef0d8 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/ca/526c43602d9ec4b18ac449ce9fb4db9d77640e and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/ca/526c43602d9ec4b18ac449ce9fb4db9d77640e differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/d1/52e5949d4cfa7b57105de98f0c564b80f6bb24 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/d1/52e5949d4cfa7b57105de98f0c564b80f6bb24 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/d9/7ab7c9ba83c6ac578ed651bfa37a2867af4e99 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/d9/7ab7c9ba83c6ac578ed651bfa37a2867af4e99 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/ec/f9cf74427dbe4be22dd72ad1a0d6455e7216a1 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/ec/f9cf74427dbe4be22dd72ad1a0d6455e7216a1 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/f7/5483174424627046ce9faf1ce807ff6d320b61 and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/f7/5483174424627046ce9faf1ce807ff6d320b61 differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/pack/pack-05a26aa557780b2ba8daac81a7a17559a6264092.idx and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/pack/pack-05a26aa557780b2ba8daac81a7a17559a6264092.idx differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/.git/objects/pack/pack-05a26aa557780b2ba8daac81a7a17559a6264092.pack and /tmp/rIVtMlhW3Q/birl-1.6+20110927/.git/objects/pack/pack-05a26aa557780b2ba8daac81a7a17559a6264092.pack differ diff -Nru birl-1.6+201109/.git/packed-refs birl-1.6+20110927/.git/packed-refs --- birl-1.6+201109/.git/packed-refs 2011-06-15 04:01:20.000000000 +0000 +++ birl-1.6+20110927/.git/packed-refs 2011-09-27 05:30:54.000000000 +0000 @@ -1,2 +1,2 @@ # pack-refs with: peeled -469430cd11e19ca0d150e356e125e369c096b24e refs/remotes/origin/master +4cb4445a8e8e970693892e4e6425b64aed22d198 refs/remotes/origin/master diff -Nru birl-1.6+201109/.git/refs/heads/master birl-1.6+20110927/.git/refs/heads/master --- birl-1.6+201109/.git/refs/heads/master 2011-06-15 04:01:20.000000000 +0000 +++ birl-1.6+20110927/.git/refs/heads/master 2011-09-27 05:44:08.000000000 +0000 @@ -1 +1 @@ -469430cd11e19ca0d150e356e125e369c096b24e +93767e952feceb279ba8f75dfc4530289bb35e61 diff -Nru birl-1.6+201109/.git/refs/remotes/origin/master birl-1.6+20110927/.git/refs/remotes/origin/master --- birl-1.6+201109/.git/refs/remotes/origin/master 1970-01-01 00:00:00.000000000 +0000 +++ birl-1.6+20110927/.git/refs/remotes/origin/master 2011-09-27 05:44:18.000000000 +0000 @@ -0,0 +1 @@ +93767e952feceb279ba8f75dfc4530289bb35e61 diff -Nru birl-1.6+201109/Help birl-1.6+20110927/Help --- birl-1.6+201109/Help 1970-01-01 00:00:00.000000000 +0000 +++ birl-1.6+20110927/Help 2011-09-27 05:30:54.000000000 +0000 @@ -0,0 +1,13 @@ +文件规则: +1.头文件名与.c文件名相同 +2.文件名采用下划线方式表意。如main_window.h set_dialog.h +3.在写包含头文件时应该先写系统的再写自己定义的。 +命名规则 +1.所有在其它文件中调用的函数,在.h文件中声明。 +2.函数采用首字母小写其它单词字母小写来命名如initMainWindow() +3.文件内函数用static限定 +变量规则 +1.全局变量定义在defines.h中 +2.全局自定义类型在defines.h中 +3.变量采用首字母小写其它单词字母小写来命名如userName + diff -Nru birl-1.6+201109/README birl-1.6+20110927/README --- birl-1.6+201109/README 1970-01-01 00:00:00.000000000 +0000 +++ birl-1.6+20110927/README 2011-09-27 05:30:54.000000000 +0000 @@ -0,0 +1,19 @@ +Birl is Ruijie Linux +Birl是一个开源的免费的主要在Ubuntu上可用的图形界面的锐捷认证客户端 +它参考于mentohust[1],重写大部分的函数(对于没有改动的函数将特别注明),并仍以GPL的方式发布。 + + +项目主页: +https://github.com/JessonChan/Birl +更新博客: +http://www.cnblogs.com/JessonChan/category/292550.html +联系作者: +chinachendongpo@gmail.com + + +[1]关于mentohust可参见其项目主页: +http://mentohust.googlecode.com/ +联系作者:在 +http://mentohust.googlecode.com/ +留言或Email: +mentohust@ehust.co.cc Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/ruijiedata/8021x.exe and /tmp/rIVtMlhW3Q/birl-1.6+20110927/ruijiedata/8021x.exe differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/ruijiedata/SuConfig.dat and /tmp/rIVtMlhW3Q/birl-1.6+20110927/ruijiedata/SuConfig.dat differ Binary files /tmp/4PDEkPyAN5/birl-1.6+201109/ruijiedata/W32N55.dll and /tmp/rIVtMlhW3Q/birl-1.6+20110927/ruijiedata/W32N55.dll differ