Displaying 20 results from an estimated 2000 matches similar to: "CMS-like routing"
2008 Jun 20
4
Handling content pages (CMS-like)
Hello list,
I wonder how you guys handle content pages? Often described as "static"
pages.
However, I don''t like to call them "static" because these pages often do use
some minor dynamic content.
This is what I like to think of as the "website" part of the web
application. Content that does not have complex logic behind it.
I had to handle it in the
2012 Aug 16
1
How to create subpages.
What I am trying to do is create subpages within the main page.
So if the top navigation is
- Home
www.example.com/
- About
www.example.com/about
- Contact
www.example.com/contact
- Support
www.example.com/support
I would want a sub navigation under the pages like so;
- Home
www.example.com/
- About
www.example.com/about
----- History
www.example.com/about/history
----- Locations
2008 Sep 17
1
CentOS wiki/web changes
Hi,
A few things I would like to see fixed in the short term:
+ Simplifying the frontpage. I gave a rationale on my blog why I think
the frontpage should be more simple an structured. You can see the
proposal here:
http://wiki.centos.org/FrontPageProposal
Ralph already criticized that there is too much text and I tend to
agree. I would prefer to see an image instead and
2020 May 13
0
[RFC v3 for QEMU] virtio-balloon: Add option cont-pages to set VIRTIO_BALLOON_VQ_INFLATE_CONT
On 12.05.20 11:41, Hui Zhu wrote:
This description needs an overhaul, it's hard to parse.
> If the guest kernel has many fragmentation pages, use virtio_balloon
> will split THP of QEMU when it calls MADV_DONTNEED madvise to release
> the balloon pages.
This is very unclear and confusing. You will *always* split THPs when
inflating 4k pages and there are THPs around. This is
2008 Oct 06
4
Opening of the wiki Part III(?) ...
... which will hopefully be the last part.
Sorry that it took that long, but I didn't have too much time on my
hands over the last two months or so.
This is what should be the last stages of opening up the wiki:
a) I have changed the account creation page:
<http://wiki-m.centos.org/UserPreferences>. Please view that page
while logged out of wiki-m.
b) While doing so I have
2012 Jul 18
3
Undefined method error
I have been working on a project based on Michael Hartl''s book Ruby on
Rails Tutorial in order to try to teach myself Ruby on Rails. However,
when it tries to render a form designed to allow a user to submit a
small message, I get an error saying, "undefined method `model_name'' for
NilClass:Class". It says the error is at line 1, which is "<%= form_for
2010 Jan 17
3
enty-wise closest element
Dear R-users,
i have a simple problem maybe, but i don't see the solution. i want to
find the entry-wise closest element of an vector compared with another.
ind1<-c(1,4,10)
ind2<-c(3,5,11)
for (i in length(ind2):1)
{
print(which.min(abs(ind1-ind2[i])))
}
for ind2[3] it should be ind1[3] 10, for ind2[2] it should be ind1[2] 4
and for ind2[1] it should be ind1[1] 1. but with the
2007 Nov 19
1
mulitmodal distributions
Hello,
I see that "mclust" is a pacakge that handles fitting mixtures of normals.
Are there any other packages out that that can handle mixtures of gammas or
other exponentials?
Additionally, are there any packages out there that can fit bimodal
distributions without mixtures? i.e., Cobb et al. 1983 using moment
recursion relations?
Thank you!
mw
Marion Wittmann, Ph.D.
2009 Sep 28
1
Bubble Plot
Hello,
I am using the bubble plot and have been able to overlay two different data sets on the same graphic successfully. I would like to do the following and cannot:
1) suppress the zero values such that there is no representation of them on my plot (i.e., the "zeroes" show up as the smallest dot size, and I can't change this)
2) Give values to y or x axes with values, and
2008 Dec 07
4
Finding the first value without warning in a loop
Dear R useRs,
with the following piece of code i try to find the first value which can
be calculated without warnings
`test` <- function(a)
{
repeat
{
## hide warnings
suppressWarnings(log(a))
if (exists("last.warning", envir = .GlobalEnv))
{
a <- a + 0.1
## clear existing warnings
rm("last.warning", envir = .GlobalEnv)
}
2009 Jul 09
2
OT:CMS
Dear ALL,
What are the experiences you have with various open source CMS
products (Comparison of PHP-based CMS) such as (Drupal, Joomla,
OpenCMS, Typo3, eZ publish ..etc.)
Security, Bugs, Performance, Support, Developer Community, learning
curve, appearance..etc
Thanks
-mu
2008 Mar 06
2
Radiant CMS
Hi,
Could Please tell me how can we use radiant CMS in our application. Is
this radiant cms is famous for ROR? Is there any other way to create CMS
ror application.
Thank you,
srinivas rao.pala
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2009 Dec 18
0
Skyline CMS Release 3.0.8
Hi All,
Just 10 days after 3.0.7 we''re releasing 3.0.8 with support for
SQLite3. In combination with our demo application, this makes trying
out Skyline CMS a breeze. We also enabled Github issues for Skyline to
track bugs and issues with Skyline CMS.
Besides the SQLite3 support the most notable change since 3.0.7 is the
improved API documentation which you can find on
2012 Aug 07
1
How transferable is a Ruby on Rails CMS?
Hi,
I am looking into a new website, and a couple of potential designers
have recommened using a CMS system built on Ruby on Rails ... one
bespoke and one using a customised version of Refinery.
Both have said that we will own all the coding, and so will in theory
have the flexibility to host the sites anywhere.
We are looking at hosting the site with a separate company, and I just
wondered if
2008 Jun 28
3
Commercial Rails CMS
Hi:
Are there any commercial Rails based CMS? I searched but I have not
found any. Any pointer?
Cheers
Rob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this
2008 Mar 29
0
Scalibility issues in CMS application?
Hi All,
I am creating on CMS application and there i am providing feature
to create document.
I have some issue about scalibilty in CMS:
1. How to make size limitation when user is going to create document.
2. How to make size limitation when user is uploading some documents.
3. How many documents can we create in CMS their is any limit??
4. How to handle database scalability for CMS
2008 Feb 11
1
securing web applications (Wiki CMS installation)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Centos Users
How to secure a Wiki CMS? This Wiki is based on Apache2, MySQL and PHP.
I cant read the code (lack of knowledge).
Would be glad about hints and URLs
cheers
Simon
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHsLAaEMN/lNE/wrwRAlqBAJ91UQgileOWgtjwqzxwfo2j6v2+yQCfb8tL
eGkCnAkZ8lehGzUitDov6Iw=
=s2ox
-----END
2008 Mar 16
2
which open source wiki CMS?
Hi Centos Users
I am searching for an Open Source Wiki CMS based on PHP/MySQL. There are
so much out there, thats why feel free to share you experience.
Please review your favorite Wiki software. Code quality, security,
features and continuous, stable development.
cheers
Simon
2006 Aug 18
0
Ruby on Rails CMS Breakdown - Do they all stink?
I put an article up on my Ruby on Rails blog that breaks down all of the
known (that I''m aware of) CMS into feature lists and explains the current
development situation as I see of it CMS w/ Rails.
The blog url: http://rubyonrailsblog.com/
Article specific url:
http://www.rubyonrailsblog.com/articles/2006/08/18/ruby-on-rails-cms-breakdown-do-they-all-stink
FeedBurner:
2005 Jan 27
0
Different Layouts for Different Pages in CMS System
I''m working on building out a CMS system on rails (which is making it much
easier and enjoyable!). The CMS has multiple fields per page, and each page
can have completely different fields from one and another. 90% of the pages
will fit within a few different templates/views where the templates/views
have all the HTML and then just insert the page fields in the appropriate
spot (show