Changes between Version 9 and Version 10 of ContactFormPlugin


Ignore:
Timestamp:
Sep 9, 2017, 8:02:50 PM (7 years ago)
Author:
figaro
Comment:

Initial cleanup

Legend:

Unmodified
Added
Removed
Modified
  • ContactFormPlugin

    v9 v10  
    55== Description
    66
    7 How often did you have a question about a software project and had no way to contact one of the developers? This is where this plugin comes into play. It provides a contact form to allow users to contact the project team members. The contact form is very basic: it consists of the necessary fields (name, email, subject, message). There is no way to add more fields as this is outside the scope of this plugin. It's just supposed to be a simple contact form for small (or new) projects that didn't have the time (yet) to setup a more advanced contact form.
     7How often did you have a question about a software project and had no way to contact one of the developers? This is where this plugin comes into play. It provides a contact form to allow users to contact the project team members. The contact form is very basic: it consists of the necessary fields (name, email, subject, message). There is no way to add more fields as this is outside the scope of this plugin. It is just supposed to be a simple contact form for small (or new) projects that didn't have the time (yet) to setup a more advanced contact form.
    88
    99The contact form is available through an entry in the main nav or under `/contactform`.
    1010
    11 There are two configuration settings that influence this plugin. Both can be found in the `[contactform]` section in `trac.ini`.
     11There are two configuration settings that influence this plugin. Both can be found in the `[contactform]` section in your `trac.ini` file:
    1212
    1313 * `recipients` - a comma separated list containing all users that shall receive the contact mail. This list may contain usernames as well as plain email addresses.
     
    1919[[Image(screenshot.png, border=2)]]
    2020
    21 == Source and Tickets
     21== Bugs/Feature Requests
    2222
    23 You'll find all information about this plugin [https://svn.mayastudios.de/mtpp/wiki/Plugins/ContactFormPlugin here]. Please file tickets [https://svn.mayastudios.de/mtpp/newticket?component=ContactFormPlugin here].
     23Existing bugs and feature requests for ContactFormPlugin are
     24[report:9?COMPONENT=ContactFormPlugin here].
     25
     26If you have any issues, create a
     27[/newticket?component=ContactFormPlugin new ticket].
     28
     29[[TicketQuery(component=ContactFormPlugin&group=type,format=progress)]]
     30
     31== Download
     32
     33Download the zipped source from [export:contactformplugin here].
     34
     35== Source
     36
     37You can check out ContactFormPlugin from [/svn/contactformplugin here] using Subversion, or [source:contactformplugin browse the source] with Trac.
     38
     39== Installation
     40
     41General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     42
     43== Recent Changes
     44
     45[[ChangeLog(contactformplugin, 3)]]
    2446
    2547== Author/Contributors