⌈⌋ ⎇ branch:  freshcode


Check-in [c12e389b5a]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Rephrase notes in "Publish" section. (Note that multiple edits are possible, instead of offputting "proofread". And it's IndieAuth/OpenID now.)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c12e389b5a667e6fd4e1c52baa3c03e53d43dc38
User & Date: mario 2021-05-27 15:17:10
Context
2021-12-21
13:47
Introduce twitter tags. check-in: a1ee3e9889 user: mario tags: trunk
2021-05-27
15:17
Rephrase notes in "Publish" section. (Note that multiple edits are possible, instead of offputting "proofread". And it's IndieAuth/OpenID now.) check-in: c12e389b5a user: mario tags: trunk
14:55
Prevent garbage filltext spam check-in: 42cf69cf05 user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to template/submit_form.php.

207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
               for the version= and changes= fields, and optionally for state=, scope= and download=.</small>
           </label>

        </p>

        <h3>Publish</h3>
        <p>
           Please proofread again before saving.

           <label>
               Submitter
               <input name=submitter size=50 placeholder="Your Name,  optional@example.com" value="$data[submitter]" maxlength=100>
               <small>List your name or nick name here. Optionally add a gravatar email address, or user@github / username@sourceforge / name@launchpad reference to add an icon.</small>
           </label>

           <label>
               Lock Entry
               <input name=lock size=50 placeholder="$lock_default" value="$data[lock]" maxlength=250>
               <small>
               <a class="action lock-entry"><b>→Lock</b> this project</a>
               if you're <a href="/login">logged in</a>. This can be a comma-separated list of
               password hashes, or OpenID handles. Note that you don't need an account. Passwords
               and lock fields exist on a per-project basis. (Hashes are also used by freecode-submit API.)
               </small>
           </label>
        </p>
        <p>
           <b>Terms and Conditions</b>
           <label class=inline><input type=checkbox name="req[os]" value=1 required> It's open source / libre / Free software or pertains BSD/Linux.</label>







|













|







207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
               for the version= and changes= fields, and optionally for state=, scope= and download=.</small>
           </label>

        </p>

        <h3>Publish</h3>
        <p>
           You can update a release as often as you want.

           <label>
               Submitter
               <input name=submitter size=50 placeholder="Your Name,  optional@example.com" value="$data[submitter]" maxlength=100>
               <small>List your name or nick name here. Optionally add a gravatar email address, or user@github / username@sourceforge / name@launchpad reference to add an icon.</small>
           </label>

           <label>
               Lock Entry
               <input name=lock size=50 placeholder="$lock_default" value="$data[lock]" maxlength=250>
               <small>
               <a class="action lock-entry"><b>→Lock</b> this project</a>
               if you're <a href="/login">logged in</a>. This can be a comma-separated list of
               password hashes, or OpenID/IndieAuth URLs. Note that you don't need an account. Passwords
               and lock fields exist on a per-project basis. (Hashes are also used by freecode-submit API.)
               </small>
           </label>
        </p>
        <p>
           <b>Terms and Conditions</b>
           <label class=inline><input type=checkbox name="req[os]" value=1 required> It's open source / libre / Free software or pertains BSD/Linux.</label>