mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
590613786da737ea737d2350e3b330ecb875c1c7

We now support the BBCode syntax for static html files serving as the basis for Widgets. All this stuff is still futures work, but we needed a temporary solution for Alpha. Here is the new syntax for one of the Widget file: <div id="slider"> <ul> <li>[img]~/Themes/Contoso/Content/Images/Gallery/feature01.jpg[/img]</li> <li>[img]~/Themes/Contoso/Content/Images/Gallery/feature02.jpg[/img]</li> <li>[img]~/Themes/Contoso/Content/Images/Gallery/feature03.jpg[/img]</li> </ul> </div> --HG-- branch : dev
Description
About
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
orchardproject.net
Languages
C#
43.9%
JavaScript
43.7%
HTML
5.5%
CSS
2.4%
Less
1.5%
Other
2.9%