Changeset 549185
- Timestamp:
- 05/26/2012 06:46:23 AM (14 years ago)
- Location:
- uors-external-course-list/trunk/UORS_externalcourselist
- Files:
-
- 3 edited
-
UORS_externalcourselist.php (modified) (1 diff)
-
_notes/dwsync.xml (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uors-external-course-list/trunk/UORS_externalcourselist/UORS_externalcourselist.php
r549181 r549185 33 33 { 34 34 if (!$instance['title']) 35 $instance['title']=__(' Reservation Shortcuts');35 $instance['title']=__('Quick Reserve'); 36 36 } 37 37 return $instance; -
uors-external-course-list/trunk/UORS_externalcourselist/_notes/dwsync.xml
r549181 r549185 1 1 <?xml version="1.0" encoding="utf-8" ?> 2 2 <dwsync> 3 <file name="UORS_externalcourselist.php" server="wordpress.hpserver.ofc/web/" local="12982 3830870000000" remote="129823519800000000" />4 <file name="readme.txt" server="wordpress.hpserver.ofc/web/" local="129824 286930000000" remote="129823975800000000" />3 <file name="UORS_externalcourselist.php" server="wordpress.hpserver.ofc/web/" local="129824876400000000" remote="129824565600000000" /> 4 <file name="readme.txt" server="wordpress.hpserver.ofc/web/" local="129824883330000000" remote="129824572800000000" /> 5 5 </dwsync> -
uors-external-course-list/trunk/UORS_externalcourselist/readme.txt
r549181 r549185 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 This plugin adds a widget to your wordpress weblog. With this widget you can display a list of services that you provide on the sidebar, so that your customers can make reservations online. In development of this plugin, we assume that your service is priced by time length.10 This plugin adds a "Quick Reserve" widget to your wordpress weblog sidebar. With this widget you can display a list of services that you provide on the sidebar, so that your customers can make reservations online. In development of this plugin, we assume that your service is priced by time length. 11 11 12 12 == Description == 13 13 14 This plugin adds a widget to your wordpress weblog. With this widget you can display a list of services that you provide on the sidebar, so that you customers can make reservations online. In development of this plugin, we assume that your service is priced by time length. 14 This plugin adds a "Quick Reserve" widget to your wordpress weblog sidebar. With this widget you can display a list of services that you provide on the sidebar, so that your customers can make reservations online. In development of this plugin, we assume that your service is priced by time length. 15 16 Instructors, counsellors, lawyers, language teachers, etc, as long as you price your service by time length, this plugin gives you a good start point. 15 17 16 18 The backend is provided by Uniwits.com's online reservation service (UORS) at http://reserv.uniwits.com . When using this plugin, you are publishing services that you create on UORS. Please to go UORS, register an account, and upgrade to business, for free, then follow the wizard to publish a service.
Note: See TracChangeset
for help on using the changeset viewer.