|
| 1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| 2 | + |
| 3 | +<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | + |
| 5 | +<head> |
| 6 | + <title>Artistic Style - Index</title> |
| 7 | + <meta http-equiv="Content-Language" content="en-us" /> |
| 8 | + <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> |
| 9 | + <link href="styles.css" rel="stylesheet" type="text/css" /> |
| 10 | + <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" /> |
| 11 | +</head> |
| 12 | + |
| 13 | +<body> |
| 14 | + |
| 15 | + <!-- body text --> |
| 16 | + |
| 17 | + <h1>Artistic Style 3.2</h1> |
| 18 | + |
| 19 | + <h2> |
| 20 | + A Free, Fast, and Small Automatic Formatter<br /> |
| 21 | + for C, C++, C++/CLI, Objective‑C, C#, and Java Source Code |
| 22 | + </h2> |
| 23 | + |
| 24 | + <center> |
| 25 | + <table> |
| 26 | + <tbody> |
| 27 | + <tr> |
| 28 | + <td> |
| 29 | + <img src="favicon.ico" alt="" /></td> |
| 30 | + <td>Project Page:</td> |
| 31 | + <td><a href="http://astyle.sourceforge.net/">http://astyle.sourceforge.net/</a></td> |
| 32 | + </tr> |
| 33 | + <tr> |
| 34 | + <td> |
| 35 | + <img src="https://a.fsdn.com/con/img/sftheme/favicon.ico" alt="" /></td> |
| 36 | + <td>SourceForge:</td> |
| 37 | + <td><a href="http://sourceforge.net/projects/astyle/">http://sourceforge.net/projects/astyle/</a></td> |
| 38 | + </tr> |
| 39 | + </tbody> |
| 40 | + </table> |
| 41 | + </center> |
| 42 | + |
| 43 | + <p> |
| 44 | + </p> |
| 45 | + <p class="noindent"> |
| 46 | + Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective‑C, |
| 47 | + C# and Java programming languages. Written in C++, it can be used from the command line or incorporated as |
| 48 | + a library in another program. Options can be entered from the command line or from an option file. The library |
| 49 | + version can be called from programs written in languages other that C++.</p> |
| 50 | + |
| 51 | + <h3><a href="astyle.html">Documentation</a></h3> |
| 52 | + |
| 53 | + <p> |
| 54 | + There is complete documentation for using Artistic Style. The documentation needed to install and run Artistic |
| 55 | + Style is included in the distribution package. It does not need an Internet connection.</p> |
| 56 | + |
| 57 | + <h3><a href="news.html">News</a> and <a href="notes.html">Release Notes</a></h3> |
| 58 | + |
| 59 | + <p> |
| 60 | + These contain information on the changes in the current release. The News contains information on major changes |
| 61 | + and how they might affect the use of Artistic Style. The Release Notes contain a list of all changes made to |
| 62 | + the program. Information on old releases is also listed.</p> |
| 63 | + |
| 64 | + <h3><a href="http://sourceforge.net/projects/astyle/files/">Download</a></h3> |
| 65 | + |
| 66 | + <p> |
| 67 | + The latest release can be downloaded from the SourceForge file releases page. A link to the "latest version" near |
| 68 | + the top of the page will download the correct package for your platform. Or you can select the appropriate |
| 69 | + package from the "astyle" release folders. The Windows package contains a compiled binary. Other platforms |
| 70 | + will need to compile the source code. Makefiles are included for the most popular compilers. Follow the install |
| 71 | + instructions for the appropriate platform as described in the "Install" documentation.</p> |
| 72 | + |
| 73 | + <h3><a href="install.html">Install</a></h3> |
| 74 | + |
| 75 | + <p> |
| 76 | + This contains information on compiling and installing Artistic Style. The Windows platform comes with a precompiled |
| 77 | + executable. Other platforms must compile the project. Follow the instructions for the appropriate platform (Linux, |
| 78 | + Mac, or Windows).</p> |
| 79 | + |
| 80 | + <h3><a href="subversion.html">Subversion</a></h3> |
| 81 | + |
| 82 | + <p> |
| 83 | + The latest development files can be checked out from the Artistic Style repository using Subversion.</p> |
| 84 | + |
| 85 | + <h3><a href="http://opensource.org/licenses/MIT">License</a></h3> |
| 86 | + |
| 87 | + <p> |
| 88 | + Artistic Style may be used and distributed under the |
| 89 | + MIT license. The MIT is a permissive license with a minimum of restrictions on software use. It is compatible |
| 90 | + with the GNU General Public License (GPL) and most other licenses.</p> |
| 91 | + <p> |
| 92 | + The main points of the terms of the license are:</p> |
| 93 | + <ul> |
| 94 | + <li>The source code and executables can be used in free or commercial applications.</li> |
| 95 | + <li>The source code can be modified to create derivative works.</li> |
| 96 | + <li>The source code does NOT have to be made available in the derivative works.</li> |
| 97 | + <li>No guarantee or warranty is provided, the software is provided "as-is".</li> |
| 98 | + </ul> |
| 99 | + |
| 100 | + <p> |
| 101 | + In addition to the license, the documentation accompanying Artistic Style may be distributed or republished |
| 102 | + without the author's consent.</p> |
| 103 | + |
| 104 | + <h3><a href="scripts.html">Scripts</a></h3> |
| 105 | + |
| 106 | + <p> |
| 107 | + This page contains scripts to support the Artistic Style program. They are in various script languages and work |
| 108 | + on different platforms. It includes scripts to clean the directories of backup files created by Artistic |
| 109 | + Style.</p> |
| 110 | + |
| 111 | + <h3><a href="links.html">Links</a></h3> |
| 112 | + |
| 113 | + <p> |
| 114 | + There are several applications that use Artistic Style as contributed software. It is either embedded in the application |
| 115 | + or called as a command line program. The applications include Graphical User Interfaces to view the effect of |
| 116 | + formatting of the source code, development environments for various platforms, and other software. There |
| 117 | + are also links to style information and various style guides.</p> |
| 118 | + |
| 119 | + <h3><a href="http://astyle.sourceforge.net/develop/">Developer Information</a></h3> |
| 120 | + |
| 121 | + <p> |
| 122 | + Artistic Style has compile options for creating a shared library (DLL) or static library for use with a Graphical |
| 123 | + User Interface (GUI). With the Java Development Kit (JDK) installed it can be compiled as a Java Native Interface |
| 124 | + (JNI) and called from a Java program. The Developer Information documents the calling procedure and has example |
| 125 | + programs for C++, C++/CLI, Objective‑C, Java, C#, and Python.</p> |
| 126 | + |
| 127 | + <h3>Bug Reports, Change Requests, Update Notifications</h3> |
| 128 | + |
| 129 | + <p> |
| 130 | + Bug reports and change requests should be submitted to the Artistic Style <a href="https://sourceforge.net/p/astyle/bugs/"> |
| 131 | + bug tracker page</a>. You must be logged in to SourceForge to submit a report. Include an example that shows |
| 132 | + the problem, reduced to the minimum that still has the problem. It does not need to be functional code.</p> |
| 133 | + <p> |
| 134 | + The bug report <strong>will not be indented</strong> |
| 135 | + after the data is submitted. You may indicate the indentation when you submit the request (e.g. replace leading |
| 136 | + spaces with periods). Or, you can use the "Formatting Help" button to the left of the ticket form. To |
| 137 | + submit preformatted text, make a code block using 3 or more tildes (~~~) or back-ticks (```) on a line before and |
| 138 | + after the text.</p> |
| 139 | + <p> |
| 140 | + You can subscribe to file change notifications using an RSS feed. There is an RSS symbol on the Artistic Style |
| 141 | + <a href="https://sourceforge.net/projects/astyle/files/">files page</a>. You can also subscribe after downloading |
| 142 | + a file. To the right of the "Me" option in the SourceForge header, there will be a button containing |
| 143 | + a number (it may be 0). Click on this to get your "Download History". Beside the download will be an |
| 144 | + option to subscribe. You should receive an email of the file changes.</p> |
| 145 | + <p> |
| 146 | + To contact the project by email use the address <a href="mailto:jimp03@email.com">jimp03@email.com</a>.</p> |
| 147 | + |
| 148 | + <h3>Maintainers</h3> |
| 149 | + |
| 150 | + <p> |
| 151 | + Artistic Style is maintained and updated by <a href="mailto:jimp03@email.com">Jim Pattee</a>. The original author |
| 152 | + was Tal Davidson, Israel.</p> |
| 153 | + |
| 154 | + <h3>Acknowledgments</h3> |
| 155 | + |
| 156 | + <p> |
| 157 | + Thanks to Jim Watson, Fred Shwartz, W. Nathaniel Mills III, Danny Deschenes, Andre Houde, |
| 158 | + Richard Bullington, Paul-Michael Agapow, Daryn Adler, Dieter Bayer, Sam Cooler, Jim Duff, |
| 159 | + Emilio Guijarro, Jens Krinke, Eran Ifrah, Travis Robinson, Max Horn, Ettl Martin, |
| 160 | + Mario Gleichmann, J P Nurmi, Colin D Bennett, Christian Stimming, MrTact, Wim Rosseel, |
| 161 | + Matthew Woehlke, Chris Schwarz, Chang Jiang, Arseny Solokha, Milian Wolff, Johannes Martin, |
| 162 | + Arne F?rlie, Marvin Humphrey, J, Christopher Sean Morrison, Keith OHara, louis6g, Evmenov Georgiy, |
| 163 | + beta100100, Ruzzz, Peter A. Bigot, HyungKi Jeong, David Faure, Carl Moore, Mofi, Travis Vitek, |
| 164 | + Bunel Nicolas, Juan Alday, Rian Quinn, David Haney, Tamás Kurucsai |
| 165 | + for their patches and contributions to Artistic Style.</p> |
| 166 | + <p> |
| 167 | + Thanks to <strong><a href="http://sourceforge.net">SourceForge</a></strong> for giving Artistic Style its |
| 168 | + home.</p> |
| 169 | + <p> |
| 170 | + Thanks to all the dedicated beta-testers and bug notifiers!</p> |
| 171 | + |
| 172 | + <!-- bottom of document --> |
| 173 | + |
| 174 | + <p> |
| 175 | + </p> |
| 176 | + |
| 177 | + <p style="margin-left: -0.4in; text-align: center;"> |
| 178 | + <a href="http://sourceforge.net/projects/astyle"> |
| 179 | + <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2319&type=16" alt="" /> |
| 180 | + </a></p> |
| 181 | + |
| 182 | + <p> |
| 183 | + </p> |
| 184 | + |
| 185 | +</body> |
| 186 | + |
| 187 | +</html> |
| 188 | + |
0 commit comments