You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(9) |
Jun
(7) |
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
(4) |
Mar
(13) |
Apr
(10) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
|
2008 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <sam...@us...> - 2006-05-24 09:26:27
|
Revision: 5 Author: samuel337 Date: 2006-05-24 02:25:46 -0700 (Wed, 24 May 2006) ViewCVS: http://svn.sourceforge.net/mp-webinterface/?rev=5&view=rev Log Message: ----------- Added exclusion folders (e.g. bin and obj folders) so they don't get uploaded to SVN. Modified Paths: -------------- trunk/source/MPW.sln trunk/source/MPW.suo trunk/source/MPWApplication/MPWApplication.csproj Property Changed: ---------------- trunk/source/ECP2Assembly/bin/ trunk/source/ECP2Assembly/obj/ trunk/source/ECP2Plugin/bin/ trunk/source/ECP2Plugin/obj/ trunk/source/ECP2WebService/Bin/ trunk/source/MPWApplication/bin/ trunk/source/MPWApplication/obj/ trunk/source/MPWPathFix/bin/ trunk/source/MPWPathFix/obj/ Property changes on: trunk/source/ECP2Assembly/bin ___________________________________________________________________ Name: svn:ignore + Debug Release Property changes on: trunk/source/ECP2Assembly/obj ___________________________________________________________________ Name: svn:ignore + Debug Release ECP2Assembly.csproj.FileList.txt Property changes on: trunk/source/ECP2Plugin/bin ___________________________________________________________________ Name: svn:ignore + Debug Release Property changes on: trunk/source/ECP2Plugin/obj ___________________________________________________________________ Name: svn:ignore + Debug Release Property changes on: trunk/source/ECP2WebService/Bin ___________________________________________________________________ Name: svn:ignore + AxInterop.MOZILLACONTROLLib.dll AxInterop.WMPLib.dll Communications.dll Core.dll Core.pdb Databases.dll Databases.pdb Dialogs.dll Dialogs.pdb DirectShowLib.dll DirectShowLib.pdb ECP2Assembly.dll ECP2Assembly.pdb edtftpnet-1.2.2.dll ICSharpCode.SharpZipLib.dll Interop.MOZILLACONTROLLib.dll Interop.TunerLib.dll Interop.WMPLib.dll KCS.Utilities.dll MediaPortal.Support.dll MediaPortal.Support.pdb TVCapture.dll TVCapture.pdb Utils.dll Utils.pdb WebEPG.dll WebEPG.pdb WindowPlugins.dll WindowPlugins.pdb X10Unified.dll xAPMessage.dll xAPTransport.dll XihSolutions.DotMSN.dll Modified: trunk/source/MPW.sln =================================================================== --- trunk/source/MPW.sln 2006-05-23 12:33:12 UTC (rev 4) +++ trunk/source/MPW.sln 2006-05-24 09:25:46 UTC (rev 5) @@ -11,6 +11,7 @@ EndProject Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ECP2WebService\", "ECP2WebService\", "{D3032E9F-FA75-4898-897F-D8182A2DF9FC}" ProjectSection(WebsiteProperties) = preProject + ProjectReferences = "{718EDE2B-7FB8-4C40-8D32-0EED5C289B0F}|ECP2Assembly.dll;" Debug.AspNetCompiler.VirtualPath = "/ECP2WebService" Debug.AspNetCompiler.PhysicalPath = "ECP2WebService\" Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ECP2WebService\" Modified: trunk/source/MPW.suo =================================================================== (Binary files differ) Modified: trunk/source/MPWApplication/MPWApplication.csproj =================================================================== --- trunk/source/MPWApplication/MPWApplication.csproj 2006-05-23 12:33:12 UTC (rev 4) +++ trunk/source/MPWApplication/MPWApplication.csproj 2006-05-24 09:25:46 UTC (rev 5) @@ -91,10 +91,10 @@ <WebReferences Include="Web References\" /> </ItemGroup> <ItemGroup> - <WebReferenceUrl Include="http://localhost/ECP2WebService/service.asmx"> + <WebReferenceUrl Include="http://localhost:4452/ECP2WebService/Service.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\ECP2WebService\</RelPath> - <UpdateFromURL>http://localhost/ECP2WebService/service.asmx</UpdateFromURL> + <UpdateFromURL>http://localhost:4452/ECP2WebService/Service.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> Property changes on: trunk/source/MPWApplication/bin ___________________________________________________________________ Name: svn:ignore + Debug Release Property changes on: trunk/source/MPWApplication/obj ___________________________________________________________________ Name: svn:ignore + Release MPWApplication.csproj.FileList.txt Debug Property changes on: trunk/source/MPWPathFix/bin ___________________________________________________________________ Name: svn:ignore + Debug Release Property changes on: trunk/source/MPWPathFix/obj ___________________________________________________________________ Name: svn:ignore + Debug Release This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mas...@us...> - 2006-05-23 12:33:24
|
Revision: 4 Author: maschine Date: 2006-05-23 05:33:12 -0700 (Tue, 23 May 2006) ViewCVS: http://svn.sourceforge.net/mp-webinterface/?rev=4&view=rev Log Message: ----------- Fixing missing screenshot. Modified Paths: -------------- trunk/source/ECP2WebService/snapshot.asmx Modified: trunk/source/ECP2WebService/snapshot.asmx =================================================================== --- trunk/source/ECP2WebService/snapshot.asmx 2006-05-21 20:33:09 UTC (rev 3) +++ trunk/source/ECP2WebService/snapshot.asmx 2006-05-23 12:33:12 UTC (rev 4) @@ -70,7 +70,7 @@ ' Examine the window names. - winHandle = GetWindow( "Media Portal" ) + winHandle = GetWindow( "MediaPortal" ) ' See if we got an hwnd. if winHandle = 0 then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mas...@us...> - 2006-05-21 20:33:30
|
Revision: 3 Author: maschine Date: 2006-05-21 13:33:09 -0700 (Sun, 21 May 2006) ViewCVS: http://svn.sourceforge.net/mp-webinterface/?rev=3&view=rev Log Message: ----------- Test commit to see if the mailing list works ;-) Added Paths: ----------- trunk/source/webscheduler/license.txt Added: trunk/source/webscheduler/license.txt =================================================================== --- trunk/source/webscheduler/license.txt (rev 0) +++ trunk/source/webscheduler/license.txt 2006-05-21 20:33:09 UTC (rev 3) @@ -0,0 +1,285 @@ +You may use, distribute and copy MediaPortal Webinterface under +the terms of GNU General Public License version 2, +which is displayed below. +--------------------------------------------- + + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sam...@us...> - 2006-05-17 13:29:25
|
Revision: 2 Author: samuel337 Date: 2006-05-17 05:25:59 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/mp-webinterface/?rev=2&view=rev Log Message: ----------- Initial import Added Paths: ----------- trunk/MPWebControl Setup Project/ trunk/MPWebControl Setup Project/AspNetCompiler.exe trunk/MPWebControl Setup Project/Final/ trunk/MPWebControl Setup Project/MPWebControl/ trunk/MPWebControl Setup Project/MPWebControl/MPWApplication.XmlSerializers.dll trunk/MPWebControl Setup Project/MPWebControl/MPWApplication.exe trunk/MPWebControl Setup Project/MPWebControl/MPWPathFix.exe trunk/MPWebControl Setup Project/MPWebControl/apache/ trunk/MPWebControl Setup Project/MPWebControl/apache/apache_installservice.bat trunk/MPWebControl Setup Project/MPWebControl/apache/apache_uninstallservice.bat trunk/MPWebControl Setup Project/MPWebControl/apache/bin/ trunk/MPWebControl Setup Project/MPWebControl/apache/bin/Apache.exe trunk/MPWebControl Setup Project/MPWebControl/apache/bin/ApacheMonitor.exe trunk/MPWebControl Setup Project/MPWebControl/apache/bin/ab.exe trunk/MPWebControl Setup Project/MPWebControl/apache/bin/htdbm.exe trunk/MPWebControl Setup Project/MPWebControl/apache/bin/htdigest.exe trunk/MPWebControl Setup Project/MPWebControl/apache/bin/htpasswd.exe trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/_tbl_simple.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/adobe-stdenc.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/adobe-symbol.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/adobe-zdingbats.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/big5.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cns11643-plane1.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cns11643-plane14.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cns11643-plane2.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp037.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp038.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp10000.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp10006.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp10007.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp10029.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp1006.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp10079.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp10081.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp1026.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp273.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp274.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp275.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp277.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp278.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp280.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp281.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp284.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp285.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp290.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp297.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp420.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp423.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp424.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp437.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp500.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp737.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp775.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp850.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp851.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp852.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp855.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp856.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp857.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp860.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp861.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp862.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp863.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp864.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp865.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp866.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp868.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp869.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp870.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp871.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp874.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp875.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp880.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp891.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp903.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp904.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp905.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp918.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp932.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp936.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp949.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/cp950.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/dec-mcs.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-at-de-a.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-at-de.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-ca-fr.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-dk-no-a.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-dk-no.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-es-a.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-es-s.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-es.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-fi-se-a.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-fi-se.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-fr.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-it.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-pt.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-uk.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ebcdic-us.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/euc-jp.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/euc-kr.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/euc-tw.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/gb12345.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/gb2312.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/gb_2312-80.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/hp-roman8.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-10646-ucs-2.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-10646-ucs-4.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-2022-cn.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-2022-jp-2.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-2022-jp.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-2022-kr.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-1.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-10.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-13.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-14.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-15.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-2.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-3.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-4.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-5.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-6.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-7.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-8.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-8859-9.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-10.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-102.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-103.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-11.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-111.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-121.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-122.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-123.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-128.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-13.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-139.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-14.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-141.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-142.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-143.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-146.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-147.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-15.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-150.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-151.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-152.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-153.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-154.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-155.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-158.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-16.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-17.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-18.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-19.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-2.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-21.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-25.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-27.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-37.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-4.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-47.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-49.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-50.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-51.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-54.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-55.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-57.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-60.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-61.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-69.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-70.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-8-1.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-8-2.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-84.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-85.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-86.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-88.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-89.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-9-1.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-9-2.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-90.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-91.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-92.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-93.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-94.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-95.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-96.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-98.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso-ir-99.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso646-dk.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/iso646-kr.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/jis_x0201.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/jis_x0208-1983.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/jis_x0212-1990.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/johab.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/koi8-r.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/koi8-ru.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/koi8-u.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ksx1001.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-ce.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-croatian.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-cyrillic.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-dingbats.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-greek.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-iceland.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-japan.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-roman.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-romania.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-thai.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-turkish.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/mac-ukraine.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/macintosh.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/osd_ebcdic_df04_1.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/osd_ebcdic_df04_15.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/shift_jis.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ucs2-internal.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/ucs4-internal.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/unicode-1-1-utf-7.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/us-ascii.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/utf-16.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/utf-8.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/windows-1250.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/windows-1251.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/windows-1252.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/windows-1253.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/windows-1254.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/windows-1255.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/windows-1256.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/windows-1257.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/iconv/windows-1258.so trunk/MPWebControl Setup Project/MPWebControl/apache/bin/libapr.dll trunk/MPWebControl Setup Project/MPWebControl/apache/bin/libapriconv.dll trunk/MPWebControl Setup Project/MPWebControl/apache/bin/libaprutil.dll trunk/MPWebControl Setup Project/MPWebControl/apache/bin/libeay32.dll trunk/MPWebControl Setup Project/MPWebControl/apache/bin/libhttpd.dll trunk/MPWebControl Setup Project/MPWebControl/apache/bin/logresolve.exe trunk/MPWebControl Setup Project/MPWebControl/apache/bin/openssl.cnf trunk/MPWebControl Setup Project/MPWebControl/apache/bin/openssl.exe trunk/MPWebControl Setup Project/MPWebControl/apache/bin/php5embed.lib trunk/MPWebControl Setup Project/MPWebControl/apache/bin/pv.exe trunk/MPWebControl Setup Project/MPWebControl/apache/bin/rotatelogs.exe trunk/MPWebControl Setup Project/MPWebControl/apache/bin/ssleay32.dll trunk/MPWebControl Setup Project/MPWebControl/apache/bin/wintty.exe trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ trunk/MPWebControl Setup Project/MPWebControl/apache/conf/httpd.conf trunk/MPWebControl Setup Project/MPWebControl/apache/conf/magic trunk/MPWebControl Setup Project/MPWebControl/apache/conf/mime.types trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.conf trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crl/ trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crl/Makefile trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crl/README.CRL trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crt/ trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crt/Makefile trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crt/README.CRT trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crt/ca-bundle.crt trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crt/server.crt trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crt/server.csr trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crt/snakeoil-ca-dsa.crt trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crt/snakeoil-ca-rsa.crt trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crt/snakeoil-dsa.crt trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.crt/snakeoil-rsa.crt trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.csr/ trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.csr/README.CSR trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.csr/server.csr trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.key/ trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.key/README.KEY trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.key/server.key trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.key/snakeoil-ca-dsa.key trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.key/snakeoil-ca-rsa.key trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.key/snakeoil-dsa.key trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.key/snakeoil-rsa.key trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.prm/ trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.prm/README.PRM trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.prm/snakeoil-ca-dsa.prm trunk/MPWebControl Setup Project/MPWebControl/apache/conf/ssl.prm/snakeoil-dsa.prm trunk/MPWebControl Setup Project/MPWebControl/apache/error/ trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_BAD_GATEWAY.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_BAD_REQUEST.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_FORBIDDEN.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_GONE.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_INTERNAL_SERVER_ERROR.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_LENGTH_REQUIRED.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_METHOD_NOT_ALLOWED.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_NOT_ACCEPTABLE.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_NOT_FOUND.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_NOT_IMPLEMENTED.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_PRECONDITION_FAILED.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_REQUEST_TIME_OUT.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_REQUEST_URI_TOO_LARGE.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_SERVICE_UNAVAILABLE.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_UNAUTHORIZED.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/HTTP_VARIANT_ALSO_VARIES.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/README trunk/MPWebControl Setup Project/MPWebControl/apache/error/contact.html.var trunk/MPWebControl Setup Project/MPWebControl/apache/error/include/ trunk/MPWebControl Setup Project/MPWebControl/apache/error/include/bottom.html trunk/MPWebControl Setup Project/MPWebControl/apache/error/include/spacer.html trunk/MPWebControl Setup Project/MPWebControl/apache/error/include/top.html trunk/MPWebControl Setup Project/MPWebControl/apache/icons/ trunk/MPWebControl Setup Project/MPWebControl/apache/icons/README trunk/MPWebControl Setup Project/MPWebControl/apache/icons/a.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/a.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/alert.black.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/alert.black.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/alert.red.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/alert.red.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/apache_pb.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/apache_pb.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/apache_pb2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/apache_pb2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/apache_pb2_ani.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/back.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/back.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/ball.gray.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/ball.gray.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/ball.red.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/ball.red.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/binary.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/binary.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/binhex.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/binhex.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/blank.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/blank.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/bomb.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/bomb.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/box1.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/box1.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/box2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/box2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/broken.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/broken.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/burst.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/burst.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/c.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/c.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/comp.blue.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/comp.blue.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/comp.gray.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/comp.gray.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/compressed.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/compressed.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/continued.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/continued.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/dir.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/dir.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/diskimg.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/diskimg.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/down.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/down.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/dvi.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/dvi.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/f.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/f.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/folder.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/folder.open.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/folder.open.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/folder.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/folder.sec.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/folder.sec.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/forward.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/forward.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/generic.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/generic.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/generic.red.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/generic.red.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/generic.sec.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/generic.sec.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/hand.right.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/hand.right.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/hand.up.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/hand.up.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/icon.sheet.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/icon.sheet.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/image1.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/image1.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/image2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/image2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/image3.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/image3.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/index.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/index.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/layout.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/layout.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/left.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/left.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/link.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/link.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/movie.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/movie.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/p.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/p.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/patch.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/patch.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pdf.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pdf.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie0.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie0.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie1.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie1.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie3.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie3.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie4.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie4.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie5.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie5.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie6.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie6.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie7.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie7.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie8.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/pie8.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/portal.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/portal.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/ps.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/ps.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/quill.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/quill.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/right.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/right.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/screw1.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/screw1.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/screw2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/screw2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/script.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/script.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/ trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/README.txt trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/back.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/back.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/binary.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/binary.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/binhex.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/binhex.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/blank.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/blank.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/broken.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/broken.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/burst.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/burst.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/comp1.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/comp1.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/comp2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/comp2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/compressed.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/compressed.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/continued.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/continued.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/dir.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/dir.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/dir2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/dir2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/doc.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/doc.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/forward.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/forward.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/generic.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/generic.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/generic2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/generic2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/generic3.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/generic3.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/image.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/image.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/image2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/image2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/index.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/index.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/key.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/key.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/movie.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/movie.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/patch.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/patch.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/ps.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/ps.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/rainbow.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/rainbow.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/sound.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/sound.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/sound2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/sound2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/tar.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/tar.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/text.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/text.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/transfer.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/transfer.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/unknown.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/unknown.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/uu.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/small/uu.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/sound1.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/sound1.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/sound2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/sound2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/sphere1.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/sphere1.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/sphere2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/sphere2.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/tar.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/tar.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/tex.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/tex.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/text.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/text.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/transfer.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/transfer.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/unknown.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/unknown.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/up.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/up.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/uu.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/uu.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/uuencoded.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/uuencoded.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/world1.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/world1.png trunk/MPWebControl Setup Project/MPWebControl/apache/icons/world2.gif trunk/MPWebControl Setup Project/MPWebControl/apache/icons/world2.png trunk/MPWebControl Setup Project/MPWebControl/apache/logs/ trunk/MPWebControl Setup Project/MPWebControl/apache/logs/access.log trunk/MPWebControl Setup Project/MPWebControl/apache/logs/error.log trunk/MPWebControl Setup Project/MPWebControl/apache/logs/ssl_engine_log trunk/MPWebControl Setup Project/MPWebControl/apache/logs/ssl_request_log trunk/MPWebControl Setup Project/MPWebControl/apache/logs/sslaccess.log trunk/MPWebControl Setup Project/MPWebControl/apache/logs/sslerror.log trunk/MPWebControl Setup Project/MPWebControl/apache/modules/ trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_access.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_actions.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_alias.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_asis.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_aspdotnet.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_auth.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_auth_anon.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_autoindex.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_cache.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_cern_meta.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_cgi.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_charset_lite.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_dav.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_dav_fs.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_deflate.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_dir.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_disk_cache.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_env.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_expires.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_ext_filter.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_file_cache.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_headers.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_imap.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_include.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_info.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_isapi.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_log_config.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_log_forensic.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_logio.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_mem_cache.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_mime.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_mime_magic.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_negotiation.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_proxy.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_proxy_connect.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_proxy_ftp.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_proxy_http.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_rewrite.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_setenvif.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_speling.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_ssl.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_status.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_unique_id.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_userdir.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_usertrack.so trunk/MPWebControl Setup Project/MPWebControl/apache/modules/mod_vhost_alias.so trunk/MPWebControl Setup Project/MPWebControl/apache_start.bat trunk/MPWebControl Setup Project/MPWebControl/apache_stop.bat trunk/MPWebControl Setup Project/MPWebControl/htdocs/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/PrecompiledApp.config trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/Service.asmx trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/Web.config trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/bin/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/bin/App_Code.compiled trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/bin/App_Code.dll trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/bin/App_global.asax.compiled trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/bin/App_global.asax.dll trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/bin/ECP2Assembly.dll trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/config/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPExtControlWS/config/ECP2Assembly.dll.config trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPW_Updater/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPW_Updater/FTP_VB6.dll trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPW_Updater/MPW.dll trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPW_Updater/reg_mpw-dll.bat trunk/MPWebControl Setup Project/MPWebControl/htdocs/MPW_Updater/unreg_mpw-dll.bat trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/backup/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/c_detail.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/c_detail2.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/config.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/control.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/controlupdate.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/css/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/css/style.css trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/data.txt trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/edit.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/favicon.ico trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/functions/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/functions/data.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/functions/elements.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/functions/functions.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/functions/http.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/functions/moviedb.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/functions/sql.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/functions/version.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/functions/webservice.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/functions/xml.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/arrow.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/bullet.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/cancel.png trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/del.png trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/delete.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/dot-rec.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/dot.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/dots-rec.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/dots.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/edit.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/info_end.png trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/info_filler.png trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/info_header.png trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/left.png trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/mantis_logo_button.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/menu_back.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/mpw_logo.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/mpw_logo_small.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/nochannellogo.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/oscreenRemote5_H400px.jpg trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/osd_for.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/osd_next.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/osd_pause.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/osd_play.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/osd_prev.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/osd_rew.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/osd_stop.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/print.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/rec.png trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/right.png trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/screenRemote5_H400px.jpg trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/top_back.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/top_back1.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/top_back2.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/watched_no.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/gfx/watched_yes.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/guide.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/guide2.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/index.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/install.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/js/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/js/clock.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/js/overlib.js trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/js/pngbehavior.htc trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/afrikaans.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/croatian.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/danish.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/dutch.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/english.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/finnish.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/french.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/german.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/greek.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/hungarian.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/italian.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/japanese.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/luxemburgisch.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/luxemburgish.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/norwegian.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/polish.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/portuguese.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/russian.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/simple_chinese.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/spanish.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/language/swedish.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/license.txt trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/log/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/log/language.log trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/manual.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/moviedb/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/moviedb/edit.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/moviedb/editactors.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/moviedb/editcover.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/moviedb/editgenres.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/moviedb/index.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/oocontrol.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/recordings.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/recseries.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/action.php trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/ trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/EscKnap.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/Mute.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/NumTast0.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/NumTast1.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/NumTast2.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/NumTast3.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/NumTast4.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/NumTast5.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/NumTast6.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/NumTast7.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/NumTast8.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/Numtast9.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/OK-knap.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/PgDknap.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/PgUknap.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/PilHoejre.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/PilNed.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/PilOp.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/PilVenstre.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/Prog-Minus.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/ProgPlus.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RecKnap.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RefKnap.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_01.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_02.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_04.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_05.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_06.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_09.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_12.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_13.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_15.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_24.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_26.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_29.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_30.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_32.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_34.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_36.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_38.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_39.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_41.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_43.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_44.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_45.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_47.gif trunk/MPWebControl Setup Project/MPWebControl/htdocs/webscheduler/remote/images/RemoteControl_48.gif trunk/MPWebControl Setup Project/MPWebControl... [truncated message content] |
From: <sam...@us...> - 2006-05-17 11:49:51
|
Revision: 1 Author: samuel337 Date: 2006-05-17 04:49:37 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/mp-webinterface/?rev=1&view=rev Log Message: ----------- Added Paths: ----------- branches/ tags/ trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |